Html Css Color HEX #29CECA Turquoise

📋 copy color: '#29CECA'

red 41 ◦ green 206 ◦ blue 202

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

Shades of Turquoise #29CECA

Tints of Turquoise #29CECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 9.13%
G = 45.88%
B = 44.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#29CECA (or 0x29CECA) is known color: Turquoise. HEX triplet: 29, CE and CA. RGB value is (41,206,202). Sum of RGB (Red+Green+Blue) = 41+206+202=449 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.13% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #29CECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CECA is #D63135. Grayscale: #9C9C9C. Windows color (decimal): -14037302 or 13291049. OLE color: 13291049.

HSL color Cylindrical-coordinate representation of color #29CECA: hue angle of 178.55º 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 #29CECA is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 206 202 -
CMYK 0.80 0 0.02 0.19
HSL 178.55º 0.67% 0.48% -
HSV(B) 178.55º 0.8% 0.81% -
XYZ 33.65 48.88 63.54 -
YUV 156.21 153.84 45.83 -
System Red Green Blue C M Y K H S L
Decimal 41 206 202 0.80 0 0.02 0.19 178.55 0.67 0.48
Hex 29 CE CA 50 0 2 13 B3 43 30
Octal 51 316 312 120 0 2 23 263 103 60
Binary 101001 11001110 11001010 1010000 0 10 10011 10110011 1000011 110000

Color Harmonies of #29CECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CECA

Black with #29CECA

Text Example


Text Example

White with #29CECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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