Html Css Color HEX #29F7D2 Turquoise

📋 copy color: '#29F7D2'

red 41 ◦ green 247 ◦ blue 210

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

Shades of Turquoise #29F7D2

Tints of Turquoise #29F7D2

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.6%

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

R = 8.23%
G = 49.6%
B = 42.17%

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

#29F7D2 (or 0x29F7D2) is known color: Turquoise. HEX triplet: 29, F7 and D2. RGB value is (41,247,210). Sum of RGB (Red+Green+Blue) = 41+247+210=498 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.23% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #29F7D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F7D2 is #D6082D. Grayscale: #B5B5B5. Windows color (decimal): -14026798 or 13825833. OLE color: 13825833.

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

Color convert

RGB 41 247 210 -
CMYK 0.83 0 0.15 0.03
HSL 169.22º 0.93% 0.56% -
HSV(B) 169.22º 0.83% 0.97% -
XYZ 45.81 71.65 72.39 -
YUV 181.19 144.25 28.01 -
System Red Green Blue C M Y K H S L
Decimal 41 247 210 0.83 0 0.15 0.03 169.22 0.93 0.56
Hex 29 F7 D2 53 0 F 3 A9 5D 38
Octal 51 367 322 123 0 17 3 251 135 70
Binary 101001 11110111 11010010 1010011 0 1111 11 10101001 1011101 111000

Color Harmonies of #29F7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F7D2

Black with #29F7D2

Text Example


Text Example

White with #29F7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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