Html Css Color HEX #29F8D2 Turquoise

📋 copy color: '#29F8D2'

red 41 ◦ green 248 ◦ blue 210

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

Shades of Turquoise #29F8D2

Tints of Turquoise #29F8D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.08%

R = 8.22%
G = 49.7%
B = 42.08%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#29F8D2 (or 0x29F8D2) is known color: Turquoise. HEX triplet: 29, F8 and D2. RGB value is (41,248,210). Sum of RGB (Red+Green+Blue) = 41+248+210=499 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.22% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #29F8D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F8D2 is #D6072D. Grayscale: #B5B5B5. Windows color (decimal): -14026542 or 13826089. OLE color: 13826089.

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

Color convert

RGB 41 248 210 -
CMYK 0.83 0 0.15 0.03
HSL 168.99º 0.94% 0.57% -
HSV(B) 168.99º 0.83% 0.97% -
XYZ 46.11 72.26 72.49 -
YUV 181.78 143.92 27.59 -
System Red Green Blue C M Y K H S L
Decimal 41 248 210 0.83 0 0.15 0.03 168.99 0.94 0.57
Hex 29 F8 D2 53 0 F 3 A9 5E 39
Octal 51 370 322 123 0 17 3 251 136 71
Binary 101001 11111000 11010010 1010011 0 1111 11 10101001 1011110 111001

Color Harmonies of #29F8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F8D2

Black with #29F8D2

Text Example


Text Example

White with #29F8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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