Html Css Color HEX #29D0CF Turquoise

📋 copy color: '#29D0CF'

red 41 ◦ green 208 ◦ blue 207

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

Shades of Turquoise #29D0CF

Tints of Turquoise #29D0CF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.61%

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

R = 8.99%
G = 45.61%
B = 45.39%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#29D0CF (or 0x29D0CF) is known color: Turquoise. HEX triplet: 29, D0 and CF. RGB value is (41,208,207). Sum of RGB (Red+Green+Blue) = 41+208+207=456 (60% of max value = 765). Red value is 41 (16.41% from 255 or 8.99% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #29D0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D0CF is #D62F30. Grayscale: #9D9D9D. Windows color (decimal): -14036785 or 13619241. OLE color: 13619241.

HSL color Cylindrical-coordinate representation of color #29D0CF: hue angle of 179.64º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29D0CF is Cyan = 0.80, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 41 208 207 -
CMYK 0.80 0 0.00 0.18
HSL 179.64º 0.67% 0.49% -
HSV(B) 179.64º 0.8% 0.82% -
XYZ 34.73 50.09 66.87 -
YUV 157.95 155.67 44.58 -
System Red Green Blue C M Y K H S L
Decimal 41 208 207 0.80 0 0.00 0.18 179.64 0.67 0.49
Hex 29 D0 CF 50 0 0 12 B4 43 31
Octal 51 320 317 120 0 0 22 264 103 61
Binary 101001 11010000 11001111 1010000 0 0 10010 10110100 1000011 110001

Color Harmonies of #29D0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D0CF

Black with #29D0CF

Text Example


Text Example

White with #29D0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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