Html Css Color HEX #29CEC0 Turquoise

📋 copy color: '#29CEC0'

red 41 ◦ green 206 ◦ blue 192

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

Shades of Turquoise #29CEC0

Tints of Turquoise #29CEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.74%

R = 9.34%
G = 46.92%
B = 43.74%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#29CEC0 (or 0x29CEC0) is known color: Turquoise. HEX triplet: 29, CE and C0. RGB value is (41,206,192). Sum of RGB (Red+Green+Blue) = 41+206+192=439 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.34% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #29CEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CEC0 is #D6313F. Grayscale: #9A9A9A. Windows color (decimal): -14037312 or 12635689. OLE color: 12635689.

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

Color convert

RGB 41 206 192 -
CMYK 0.80 0 0.07 0.19
HSL 174.91º 0.67% 0.48% -
HSV(B) 174.91º 0.8% 0.81% -
XYZ 32.5 48.42 57.5 -
YUV 155.07 148.84 46.64 -
System Red Green Blue C M Y K H S L
Decimal 41 206 192 0.80 0 0.07 0.19 174.91 0.67 0.48
Hex 29 CE C0 50 0 7 13 AF 43 30
Octal 51 316 300 120 0 7 23 257 103 60
Binary 101001 11001110 11000000 1010000 0 111 10011 10101111 1000011 110000

Color Harmonies of #29CEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CEC0

Black with #29CEC0

Text Example


Text Example

White with #29CEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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