Html Css Color HEX #29DBCF Turquoise

📋 copy color: '#29DBCF'

red 41 ◦ green 219 ◦ blue 207

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

Shades of Turquoise #29DBCF

Tints of Turquoise #29DBCF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.9%

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 8.78%
G = 46.9%
B = 44.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#29DBCF (or 0x29DBCF) is known color: Turquoise. HEX triplet: 29, DB and CF. RGB value is (41,219,207). Sum of RGB (Red+Green+Blue) = 41+219+207=467 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.78% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #29DBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DBCF is #D62430. Grayscale: #A4A4A4. Windows color (decimal): -14033969 or 13622057. OLE color: 13622057.

HSL color Cylindrical-coordinate representation of color #29DBCF: hue angle of 175.96º 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 #29DBCF is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 219 207 -
CMYK 0.81 0 0.05 0.14
HSL 175.96º 0.71% 0.51% -
HSV(B) 175.96º 0.81% 0.86% -
XYZ 37.51 55.64 67.79 -
YUV 164.41 152.03 39.98 -
System Red Green Blue C M Y K H S L
Decimal 41 219 207 0.81 0 0.05 0.14 175.96 0.71 0.51
Hex 29 DB CF 51 0 5 E B0 47 33
Octal 51 333 317 121 0 5 16 260 107 63
Binary 101001 11011011 11001111 1010001 0 101 1110 10110000 1000111 110011

Color Harmonies of #29DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DBCF

Black with #29DBCF

Text Example


Text Example

White with #29DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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