Html Css Color HEX #29EEDB Turquoise

📋 copy color: '#29EEDB'

red 41 ◦ green 238 ◦ blue 219

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

Shades of Turquoise #29EEDB

Tints of Turquoise #29EEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.79%

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

R = 8.23%
G = 47.79%
B = 43.98%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#29EEDB (or 0x29EEDB) is known color: Turquoise. HEX triplet: 29, EE and DB. RGB value is (41,238,219). Sum of RGB (Red+Green+Blue) = 41+238+219=498 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.23% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #29EEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29EEDB is #D61124. Grayscale: #B0B0B0. Windows color (decimal): -14029093 or 14413353. OLE color: 14413353.

HSL color Cylindrical-coordinate representation of color #29EEDB: hue angle of 174.21º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EEDB is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 238 219 -
CMYK 0.83 0 0.08 0.07
HSL 174.21º 0.85% 0.55% -
HSV(B) 174.21º 0.83% 0.93% -
XYZ 44.28 66.73 77.57 -
YUV 176.93 151.73 31.04 -
System Red Green Blue C M Y K H S L
Decimal 41 238 219 0.83 0 0.08 0.07 174.21 0.85 0.55
Hex 29 EE DB 53 0 8 7 AE 55 37
Octal 51 356 333 123 0 10 7 256 125 67
Binary 101001 11101110 11011011 1010011 0 1000 111 10101110 1010101 110111

Color Harmonies of #29EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EEDB

Black with #29EEDB

Text Example


Text Example

White with #29EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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