Html Css Color HEX #29F2DB Turquoise

📋 copy color: '#29F2DB'

red 41 ◦ green 242 ◦ blue 219

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

Shades of Turquoise #29F2DB

Tints of Turquoise #29F2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 8.17%
G = 48.21%
B = 43.63%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#29F2DB (or 0x29F2DB) is known color: Turquoise. HEX triplet: 29, F2 and DB. RGB value is (41,242,219). Sum of RGB (Red+Green+Blue) = 41+242+219=502 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.17% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #29F2DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F2DB is #D60D24. Grayscale: #B3B3B3. Windows color (decimal): -14028069 or 14414377. OLE color: 14414377.

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

Color convert

RGB 41 242 219 -
CMYK 0.83 0 0.10 0.05
HSL 173.13º 0.89% 0.55% -
HSV(B) 173.13º 0.83% 0.95% -
XYZ 45.45 69.09 77.96 -
YUV 179.28 150.41 29.37 -
System Red Green Blue C M Y K H S L
Decimal 41 242 219 0.83 0 0.10 0.05 173.13 0.89 0.55
Hex 29 F2 DB 53 0 A 5 AD 59 37
Octal 51 362 333 123 0 12 5 255 131 67
Binary 101001 11110010 11011011 1010011 0 1010 101 10101101 1011001 110111

Color Harmonies of #29F2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F2DB

Black with #29F2DB

Text Example


Text Example

White with #29F2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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