Html Css Color HEX #29EECB Turquoise

📋 copy color: '#29EECB'

red 41 ◦ green 238 ◦ blue 203

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

Shades of Turquoise #29EECB

Tints of Turquoise #29EECB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.38%

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 8.51%
G = 49.38%
B = 42.12%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#29EECB (or 0x29EECB) is known color: Turquoise. HEX triplet: 29, EE and CB. RGB value is (41,238,203). Sum of RGB (Red+Green+Blue) = 41+238+203=482 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.51% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #29EECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EECB is #D61134. Grayscale: #AFAFAF. Windows color (decimal): -14029109 or 13364777. OLE color: 13364777.

HSL color Cylindrical-coordinate representation of color #29EECB: hue angle of 169.34º degrees, saturation: 0.85, 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 #29EECB is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 238 203 -
CMYK 0.83 0 0.15 0.07
HSL 169.34º 0.85% 0.55% -
HSV(B) 169.34º 0.83% 0.93% -
XYZ 42.27 65.93 67 -
YUV 175.11 143.73 32.35 -
System Red Green Blue C M Y K H S L
Decimal 41 238 203 0.83 0 0.15 0.07 169.34 0.85 0.55
Hex 29 EE CB 53 0 F 7 A9 55 37
Octal 51 356 313 123 0 17 7 251 125 67
Binary 101001 11101110 11001011 1010011 0 1111 111 10101001 1010101 110111

Color Harmonies of #29EECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EECB

Black with #29EECB

Text Example


Text Example

White with #29EECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,238,203); }

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

background-color css

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

 a { background-color: rgb(41,238,203); }

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

border-color css

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

 span { border-color: rgb(41,238,203); }

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