Html Css Color HEX #29EECE Turquoise

📋 copy color: '#29EECE'

red 41 ◦ green 238 ◦ blue 206

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

Shades of Turquoise #29EECE

Tints of Turquoise #29EECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 8.45%
G = 49.07%
B = 42.47%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#29EECE (or 0x29EECE) is known color: Turquoise. HEX triplet: 29, EE and CE. RGB value is (41,238,206). Sum of RGB (Red+Green+Blue) = 41+238+206=485 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.45% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #29EECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EECE is #D61131. Grayscale: #AFAFAF. Windows color (decimal): -14029106 or 13561385. OLE color: 13561385.

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

Color convert

RGB 41 238 206 -
CMYK 0.83 0 0.13 0.07
HSL 170.25º 0.85% 0.55% -
HSV(B) 170.25º 0.83% 0.93% -
XYZ 42.63 66.08 68.9 -
YUV 175.45 145.23 32.1 -
System Red Green Blue C M Y K H S L
Decimal 41 238 206 0.83 0 0.13 0.07 170.25 0.85 0.55
Hex 29 EE CE 53 0 D 7 AA 55 37
Octal 51 356 316 123 0 15 7 252 125 67
Binary 101001 11101110 11001110 1010011 0 1101 111 10101010 1010101 110111

Color Harmonies of #29EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EECE

Black with #29EECE

Text Example


Text Example

White with #29EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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