Html Css Color HEX #29CED7 Turquoise

📋 copy color: '#29CED7'

red 41 ◦ green 206 ◦ blue 215

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

Shades of Turquoise #29CED7

Tints of Turquoise #29CED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.54%

R = 8.87%
G = 44.59%
B = 46.54%

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

#29CED7 (or 0x29CED7) is known color: Turquoise. HEX triplet: 29, CE and D7. RGB value is (41,206,215). Sum of RGB (Red+Green+Blue) = 41+206+215=462 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.87% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 215 - color contains mainly: blue. Hex color #29CED7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CED7 is #D63128. Grayscale: #9D9D9D. Windows color (decimal): -14037289 or 14143017. OLE color: 14143017.

HSL color Cylindrical-coordinate representation of color #29CED7: hue angle of 183.1º degrees, saturation: 0.69, 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 #29CED7 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 206 215 -
CMYK 0.81 0.04 0 0.16
HSL 183.1º 0.69% 0.5% -
HSV(B) 183.1º 0.81% 0.84% -
XYZ 35.25 49.52 71.99 -
YUV 157.69 160.34 44.77 -
System Red Green Blue C M Y K H S L
Decimal 41 206 215 0.81 0.04 0 0.16 183.1 0.69 0.5
Hex 29 CE D7 51 4 0 10 B7 45 32
Octal 51 316 327 121 4 0 20 267 105 62
Binary 101001 11001110 11010111 1010001 100 0 10000 10110111 1000101 110010

Color Harmonies of #29CED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CED7

Black with #29CED7

Text Example


Text Example

White with #29CED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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