Html Css Color HEX #29EFDC Turquoise

📋 copy color: '#29EFDC'

red 41 ◦ green 239 ◦ blue 220

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

Shades of Turquoise #29EFDC

Tints of Turquoise #29EFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44%

R = 8.2%
G = 47.8%
B = 44%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#29EFDC (or 0x29EFDC) is known color: Turquoise. HEX triplet: 29, EF and DC. RGB value is (41,239,220). Sum of RGB (Red+Green+Blue) = 41+239+220=500 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.2% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #29EFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EFDC is #D61023. Grayscale: #B1B1B1. Windows color (decimal): -14028836 or 14479145. OLE color: 14479145.

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

Color convert

RGB 41 239 220 -
CMYK 0.83 0 0.08 0.06
HSL 174.24º 0.86% 0.55% -
HSV(B) 174.24º 0.83% 0.94% -
XYZ 44.7 67.37 78.36 -
YUV 177.63 151.9 30.54 -
System Red Green Blue C M Y K H S L
Decimal 41 239 220 0.83 0 0.08 0.06 174.24 0.86 0.55
Hex 29 EF DC 53 0 8 6 AE 56 37
Octal 51 357 334 123 0 10 6 256 126 67
Binary 101001 11101111 11011100 1010011 0 1000 110 10101110 1010110 110111

Color Harmonies of #29EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EFDC

Black with #29EFDC

Text Example


Text Example

White with #29EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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