Html Css Color HEX #29CEC2 Turquoise

📋 copy color: '#29CEC2'

red 41 ◦ green 206 ◦ blue 194

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

Shades of Turquoise #29CEC2

Tints of Turquoise #29CEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.99%

R = 9.3%
G = 46.71%
B = 43.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#29CEC2 (or 0x29CEC2) is known color: Turquoise. HEX triplet: 29, CE and C2. RGB value is (41,206,194). Sum of RGB (Red+Green+Blue) = 41+206+194=441 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.30% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #29CEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CEC2 is #D6313D. Grayscale: #9B9B9B. Windows color (decimal): -14037310 or 12766761. OLE color: 12766761.

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

Color convert

RGB 41 206 194 -
CMYK 0.80 0 0.06 0.19
HSL 175.64º 0.67% 0.48% -
HSV(B) 175.64º 0.8% 0.81% -
XYZ 32.72 48.51 58.68 -
YUV 155.3 149.84 46.48 -
System Red Green Blue C M Y K H S L
Decimal 41 206 194 0.80 0 0.06 0.19 175.64 0.67 0.48
Hex 29 CE C2 50 0 6 13 B0 43 30
Octal 51 316 302 120 0 6 23 260 103 60
Binary 101001 11001110 11000010 1010000 0 110 10011 10110000 1000011 110000

Color Harmonies of #29CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CEC2

Black with #29CEC2

Text Example


Text Example

White with #29CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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