Html Css Color HEX #29E2CC Turquoise

📋 copy color: '#29E2CC'

red 41 ◦ green 226 ◦ blue 204

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

Shades of Turquoise #29E2CC

Tints of Turquoise #29E2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.98%

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 8.7%
G = 47.98%
B = 43.31%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#29E2CC (or 0x29E2CC) is known color: Turquoise. HEX triplet: 29, E2 and CC. RGB value is (41,226,204). Sum of RGB (Red+Green+Blue) = 41+226+204=471 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.70% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #29E2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E2CC is #D61D33. Grayscale: #A8A8A8. Windows color (decimal): -14032180 or 13427241. OLE color: 13427241.

HSL color Cylindrical-coordinate representation of color #29E2CC: hue angle of 172.86º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E2CC is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 41 226 204 -
CMYK 0.82 0 0.10 0.11
HSL 172.86º 0.76% 0.52% -
HSV(B) 172.86º 0.82% 0.89% -
XYZ 39.01 59.22 66.5 -
YUV 168.18 148.21 37.29 -
System Red Green Blue C M Y K H S L
Decimal 41 226 204 0.82 0 0.10 0.11 172.86 0.76 0.52
Hex 29 E2 CC 52 0 A B AD 4C 34
Octal 51 342 314 122 0 12 13 255 114 64
Binary 101001 11100010 11001100 1010010 0 1010 1011 10101101 1001100 110100

Color Harmonies of #29E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E2CC

Black with #29E2CC

Text Example


Text Example

White with #29E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,226,204); }

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

background-color css

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

 a { background-color: rgb(41,226,204); }

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

border-color css

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

 span { border-color: rgb(41,226,204); }

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