Html Css Color HEX #29DADB Turquoise

📋 copy color: '#29DADB'

red 41 ◦ green 218 ◦ blue 219

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

Shades of Turquoise #29DADB

Tints of Turquoise #29DADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.61%

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

R = 8.58%
G = 45.61%
B = 45.82%

CMYK

 C value IS 0.81

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#29DADB (or 0x29DADB) is known color: Turquoise. HEX triplet: 29, DA and DB. RGB value is (41,218,219). Sum of RGB (Red+Green+Blue) = 41+218+219=478 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.58% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #29DADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DADB is #D62524. Grayscale: #A5A5A5. Windows color (decimal): -14034213 or 14408233. OLE color: 14408233.

HSL color Cylindrical-coordinate representation of color #29DADB: hue angle of 180.34º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DADB is Cyan = 0.81, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 218 219 -
CMYK 0.81 0.00 0 0.14
HSL 180.34º 0.71% 0.51% -
HSV(B) 180.34º 0.81% 0.86% -
XYZ 38.77 55.73 75.73 -
YUV 165.19 158.36 39.42 -
System Red Green Blue C M Y K H S L
Decimal 41 218 219 0.81 0.00 0 0.14 180.34 0.71 0.51
Hex 29 DA DB 51 0 0 E B4 47 33
Octal 51 332 333 121 0 0 16 264 107 63
Binary 101001 11011010 11011011 1010001 0 0 1110 10110100 1000111 110011

Color Harmonies of #29DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DADB

Black with #29DADB

Text Example


Text Example

White with #29DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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