Html Css Color HEX #29CED6 Turquoise

📋 copy color: '#29CED6'

red 41 ◦ green 206 ◦ blue 214

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

Shades of Turquoise #29CED6

Tints of Turquoise #29CED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.42%

R = 8.89%
G = 44.69%
B = 46.42%

CMYK

 C value IS 0.81

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#29CED6 (or 0x29CED6) is known color: Turquoise. HEX triplet: 29, CE and D6. RGB value is (41,206,214). Sum of RGB (Red+Green+Blue) = 41+206+214=461 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.89% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 214 - color contains mainly: blue. Hex color #29CED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CED6 is #D63129. Grayscale: #9D9D9D. Windows color (decimal): -14037290 or 14077481. OLE color: 14077481.

HSL color Cylindrical-coordinate representation of color #29CED6: hue angle of 182.77º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29CED6 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 206 214 -
CMYK 0.81 0.04 0 0.16
HSL 182.77º 0.68% 0.5% -
HSV(B) 182.77º 0.81% 0.84% -
XYZ 35.12 49.47 71.32 -
YUV 157.58 159.84 44.85 -
System Red Green Blue C M Y K H S L
Decimal 41 206 214 0.81 0.04 0 0.16 182.77 0.68 0.5
Hex 29 CE D6 51 4 0 10 B7 44 32
Octal 51 316 326 121 4 0 20 267 104 62
Binary 101001 11001110 11010110 1010001 100 0 10000 10110111 1000100 110010

Color Harmonies of #29CED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CED6

Black with #29CED6

Text Example


Text Example

White with #29CED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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