Html Css Color HEX #29CEDC Turquoise

📋 copy color: '#29CEDC'

red 41 ◦ green 206 ◦ blue 220

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

Shades of Turquoise #29CEDC

Tints of Turquoise #29CEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.11%

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 8.78%
G = 44.11%
B = 47.11%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#29CEDC (or 0x29CEDC) is known color: Turquoise. HEX triplet: 29, CE and DC. RGB value is (41,206,220). Sum of RGB (Red+Green+Blue) = 41+206+220=467 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.78% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #29CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CEDC is #D63123. Grayscale: #9E9E9E. Windows color (decimal): -14037284 or 14470697. OLE color: 14470697.

HSL color Cylindrical-coordinate representation of color #29CEDC: hue angle of 184.69º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29CEDC is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 206 220 -
CMYK 0.81 0.06 0 0.14
HSL 184.69º 0.72% 0.51% -
HSV(B) 184.69º 0.81% 0.86% -
XYZ 35.9 49.78 75.43 -
YUV 158.26 162.84 44.36 -
System Red Green Blue C M Y K H S L
Decimal 41 206 220 0.81 0.06 0 0.14 184.69 0.72 0.51
Hex 29 CE DC 51 6 0 E B9 48 33
Octal 51 316 334 121 6 0 16 271 110 63
Binary 101001 11001110 11011100 1010001 110 0 1110 10111001 1001000 110011

Color Harmonies of #29CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CEDC

Black with #29CEDC

Text Example


Text Example

White with #29CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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