Html Css Color HEX #29EFC7 Turquoise

📋 copy color: '#29EFC7'

red 41 ◦ green 239 ◦ blue 199

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

Shades of Turquoise #29EFC7

Tints of Turquoise #29EFC7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.9%

 BLUE value IS 199 (78.13% from 255) = 41.54%

R = 8.56%
G = 49.9%
B = 41.54%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#29EFC7 (or 0x29EFC7) is known color: Turquoise. HEX triplet: 29, EF and C7. RGB value is (41,239,199). Sum of RGB (Red+Green+Blue) = 41+239+199=479 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.56% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #29EFC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EFC7 is #D61038. Grayscale: #AFAFAF. Windows color (decimal): -14028857 or 13102889. OLE color: 13102889.

HSL color Cylindrical-coordinate representation of color #29EFC7: hue angle of 167.88º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EFC7 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 41 239 199 -
CMYK 0.83 0 0.17 0.06
HSL 167.88º 0.86% 0.55% -
HSV(B) 167.88º 0.83% 0.94% -
XYZ 42.09 66.33 64.62 -
YUV 175.24 141.4 32.25 -
System Red Green Blue C M Y K H S L
Decimal 41 239 199 0.83 0 0.17 0.06 167.88 0.86 0.55
Hex 29 EF C7 53 0 11 6 A8 56 37
Octal 51 357 307 123 0 21 6 250 126 67
Binary 101001 11101111 11000111 1010011 0 10001 110 10101000 1010110 110111

Color Harmonies of #29EFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EFC7

Black with #29EFC7

Text Example


Text Example

White with #29EFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,239,199); }

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

background-color css

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

 a { background-color: rgb(41,239,199); }

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

border-color css

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

 span { border-color: rgb(41,239,199); }

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