Html Css Color HEX #29E9CA Turquoise

📋 copy color: '#29E9CA'

red 41 ◦ green 233 ◦ blue 202

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

Shades of Turquoise #29E9CA

Tints of Turquoise #29E9CA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.95%

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

R = 8.61%
G = 48.95%
B = 42.44%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#29E9CA (or 0x29E9CA) is known color: Turquoise. HEX triplet: 29, E9 and CA. RGB value is (41,233,202). Sum of RGB (Red+Green+Blue) = 41+233+202=476 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.61% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #29E9CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E9CA is #D61635. Grayscale: #ABABAB. Windows color (decimal): -14030390 or 13297961. OLE color: 13297961.

HSL color Cylindrical-coordinate representation of color #29E9CA: hue angle of 170.31º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E9CA is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 41 233 202 -
CMYK 0.82 0 0.13 0.09
HSL 170.31º 0.81% 0.54% -
HSV(B) 170.31º 0.82% 0.91% -
XYZ 40.71 63.01 65.89 -
YUV 172.06 144.89 34.52 -
System Red Green Blue C M Y K H S L
Decimal 41 233 202 0.82 0 0.13 0.09 170.31 0.81 0.54
Hex 29 E9 CA 52 0 D 9 AA 51 36
Octal 51 351 312 122 0 15 11 252 121 66
Binary 101001 11101001 11001010 1010010 0 1101 1001 10101010 1010001 110110

Color Harmonies of #29E9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E9CA

Black with #29E9CA

Text Example


Text Example

White with #29E9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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