Html Css Color HEX #29DEDB Turquoise

📋 copy color: '#29DEDB'

red 41 ◦ green 222 ◦ blue 219

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

Shades of Turquoise #29DEDB

Tints of Turquoise #29DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.06%

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

R = 8.51%
G = 46.06%
B = 45.44%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#29DEDB (or 0x29DEDB) is known color: Turquoise. HEX triplet: 29, DE and DB. RGB value is (41,222,219). Sum of RGB (Red+Green+Blue) = 41+222+219=482 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.51% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #29DEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DEDB is #D62124. Grayscale: #A7A7A7. Windows color (decimal): -14033189 or 14409257. OLE color: 14409257.

HSL color Cylindrical-coordinate representation of color #29DEDB: hue angle of 179.01º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29DEDB is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 222 219 -
CMYK 0.82 0 0.01 0.13
HSL 179.01º 0.73% 0.52% -
HSV(B) 179.01º 0.82% 0.87% -
XYZ 39.82 57.83 76.08 -
YUV 167.54 157.03 37.74 -
System Red Green Blue C M Y K H S L
Decimal 41 222 219 0.82 0 0.01 0.13 179.01 0.73 0.52
Hex 29 DE DB 52 0 1 D B3 49 34
Octal 51 336 333 122 0 1 15 263 111 64
Binary 101001 11011110 11011011 1010010 0 1 1101 10110011 1001001 110100

Color Harmonies of #29DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DEDB

Black with #29DEDB

Text Example


Text Example

White with #29DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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