Html Css Color HEX #29CECD Turquoise

📋 copy color: '#29CECD'

red 41 ◦ green 206 ◦ blue 205

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

Shades of Turquoise #29CECD

Tints of Turquoise #29CECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 9.07%
G = 45.58%
B = 45.35%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#29CECD (or 0x29CECD) is known color: Turquoise. HEX triplet: 29, CE and CD. RGB value is (41,206,205). Sum of RGB (Red+Green+Blue) = 41+206+205=452 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.07% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #29CECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CECD is #D63132. Grayscale: #9C9C9C. Windows color (decimal): -14037299 or 13487657. OLE color: 13487657.

HSL color Cylindrical-coordinate representation of color #29CECD: hue angle of 179.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CECD is Cyan = 0.80, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 206 205 -
CMYK 0.80 0 0.00 0.19
HSL 179.64º 0.67% 0.48% -
HSV(B) 179.64º 0.8% 0.81% -
XYZ 34.01 49.02 65.43 -
YUV 156.55 155.34 45.58 -
System Red Green Blue C M Y K H S L
Decimal 41 206 205 0.80 0 0.00 0.19 179.64 0.67 0.48
Hex 29 CE CD 50 0 0 13 B4 43 30
Octal 51 316 315 120 0 0 23 264 103 60
Binary 101001 11001110 11001101 1010000 0 0 10011 10110100 1000011 110000

Color Harmonies of #29CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CECD

Black with #29CECD

Text Example


Text Example

White with #29CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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