Html Css Color HEX #29F2D7 Turquoise

📋 copy color: '#29F2D7'

red 41 ◦ green 242 ◦ blue 215

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

Shades of Turquoise #29F2D7

Tints of Turquoise #29F2D7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.59%

 BLUE value IS 215 (84.38% from 255) = 43.17%

R = 8.23%
G = 48.59%
B = 43.17%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#29F2D7 (or 0x29F2D7) is known color: Turquoise. HEX triplet: 29, F2 and D7. RGB value is (41,242,215). Sum of RGB (Red+Green+Blue) = 41+242+215=498 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.23% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #29F2D7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F2D7 is #D60D28. Grayscale: #B2B2B2. Windows color (decimal): -14028073 or 14152233. OLE color: 14152233.

HSL color Cylindrical-coordinate representation of color #29F2D7: hue angle of 171.94º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F2D7 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 242 215 -
CMYK 0.83 0 0.11 0.05
HSL 171.94º 0.89% 0.55% -
HSV(B) 171.94º 0.83% 0.95% -
XYZ 44.93 68.88 75.22 -
YUV 178.82 148.41 29.7 -
System Red Green Blue C M Y K H S L
Decimal 41 242 215 0.83 0 0.11 0.05 171.94 0.89 0.55
Hex 29 F2 D7 53 0 B 5 AC 59 37
Octal 51 362 327 123 0 13 5 254 131 67
Binary 101001 11110010 11010111 1010011 0 1011 101 10101100 1011001 110111

Color Harmonies of #29F2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F2D7

Black with #29F2D7

Text Example


Text Example

White with #29F2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,242,215); }

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

background-color css

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

 a { background-color: rgb(41,242,215); }

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

border-color css

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

 span { border-color: rgb(41,242,215); }

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