Html Css Color HEX #29F8DB Turquoise

📋 copy color: '#29F8DB'

red 41 ◦ green 248 ◦ blue 219

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

Shades of Turquoise #29F8DB

Tints of Turquoise #29F8DB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.82%

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

R = 8.07%
G = 48.82%
B = 43.11%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#29F8DB (or 0x29F8DB) is known color: Turquoise. HEX triplet: 29, F8 and DB. RGB value is (41,248,219). Sum of RGB (Red+Green+Blue) = 41+248+219=508 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.07% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #29F8DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F8DB is #D60724. Grayscale: #B6B6B6. Windows color (decimal): -14026533 or 14415913. OLE color: 14415913.

HSL color Cylindrical-coordinate representation of color #29F8DB: hue angle of 171.59º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F8DB is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 41 248 219 -
CMYK 0.83 0 0.12 0.03
HSL 171.59º 0.94% 0.57% -
HSV(B) 171.59º 0.83% 0.97% -
XYZ 47.27 72.72 78.56 -
YUV 182.8 148.42 26.86 -
System Red Green Blue C M Y K H S L
Decimal 41 248 219 0.83 0 0.12 0.03 171.59 0.94 0.57
Hex 29 F8 DB 53 0 C 3 AC 5E 39
Octal 51 370 333 123 0 14 3 254 136 71
Binary 101001 11111000 11011011 1010011 0 1100 11 10101100 1011110 111001

Color Harmonies of #29F8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F8DB

Black with #29F8DB

Text Example


Text Example

White with #29F8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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