Html Css Color HEX #29EBED Bright Turquoise

📋 copy color: '#29EBED'

red 41 ◦ green 235 ◦ blue 237

#29EBED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #29EBED

Tints of Bright Turquoise #29EBED

RGB

 RED value IS 41 (16.41% from 255) = 7.99%

 GREEN value IS 235 (92.19% from 255) = 45.81%

 BLUE value IS 237 (92.97% from 255) = 46.2%

R = 7.99%
G = 45.81%
B = 46.2%

CMYK

 C value IS 0.83

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#29EBED (or 0x29EBED) is known color: Bright Turquoise. HEX triplet: 29, EB and ED. RGB value is (41,235,237). Sum of RGB (Red+Green+Blue) = 41+235+237=513 (67% of max value = 765). Red value is 41 (16.41% from 255 or 7.99% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #29EBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29EBED is #D61412. Grayscale: #B1B1B1. Windows color (decimal): -14029843 or 15592233. OLE color: 15592233.

HSL color Cylindrical-coordinate representation of color #29EBED: hue angle of 180.61º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EBED is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 235 237 -
CMYK 0.83 0.01 0 0.07
HSL 180.61º 0.84% 0.55% -
HSV(B) 180.61º 0.83% 0.93% -
XYZ 45.91 66 90.44 -
YUV 177.22 161.73 30.84 -
System Red Green Blue C M Y K H S L
Decimal 41 235 237 0.83 0.01 0 0.07 180.61 0.84 0.55
Hex 29 EB ED 53 1 0 7 B5 54 37
Octal 51 353 355 123 1 0 7 265 124 67
Binary 101001 11101011 11101101 1010011 1 0 111 10110101 1010100 110111

Color Harmonies of #29EBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EBED

Black with #29EBED

Text Example


Text Example

White with #29EBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29EBED; }

 p { color: rgb(41,235,237); }

 H1.HeaderClassName
 {
   color: #29EBED;
 }
 .AnyTagClassName
 {
   color: #29EBED;
 }
</style>

background-color css

<style>
 a { background-color: #29EBED; }

 a { background-color: rgb(41,235,237); }

 div.DivClassName
 {
   background-color: #29EBED;
 }
 .BgClassName
 {
   background-color: #29EBED;
 }
</style>

border-color css

<style>
 span { border-color: #29EBED; }

 span { border-color: rgb(41,235,237); }

 td.TdClassName
 {
   border-color: #29EBED;
 }
 .TagClassName
 {
   border-color: #29EBED;
 }
</style>