Html Css Color HEX #29F2DD Turquoise

📋 copy color: '#29F2DD'

red 41 ◦ green 242 ◦ blue 221

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

Shades of Turquoise #29F2DD

Tints of Turquoise #29F2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 8.13%
G = 48.02%
B = 43.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#29F2DD (or 0x29F2DD) is known color: Turquoise. HEX triplet: 29, F2 and DD. RGB value is (41,242,221). Sum of RGB (Red+Green+Blue) = 41+242+221=504 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.13% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #29F2DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F2DD is #D60D22. Grayscale: #B3B3B3. Windows color (decimal): -14028067 or 14545449. OLE color: 14545449.

HSL color Cylindrical-coordinate representation of color #29F2DD: hue angle of 173.73º 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 #29F2DD is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 242 221 -
CMYK 0.83 0 0.09 0.05
HSL 173.73º 0.89% 0.55% -
HSV(B) 173.73º 0.83% 0.95% -
XYZ 45.72 69.2 79.35 -
YUV 179.51 151.41 29.21 -
System Red Green Blue C M Y K H S L
Decimal 41 242 221 0.83 0 0.09 0.05 173.73 0.89 0.55
Hex 29 F2 DD 53 0 9 5 AE 59 37
Octal 51 362 335 123 0 11 5 256 131 67
Binary 101001 11110010 11011101 1010011 0 1001 101 10101110 1011001 110111

Color Harmonies of #29F2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F2DD

Black with #29F2DD

Text Example


Text Example

White with #29F2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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