#29F5DC

Color #29F5DC Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #29F5DC

Tints of Turquoise #29F5DC

Color information

#29F5DC (or 0x29F5DC) is unknown color: approx Turquoise. HEX triplet: 29, F5 and DC. RGB value is (41,245,220). Sum of RGB (Red+Green+Blue) = 41+245+220=506 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.10% from 506); Green value is 245 (96.09% from 255 or 48.42% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 245 - color contains mainly: green. Hex color #29F5DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29F5DC is #D60A23. Grayscale: #B5B5B5. Windows color (decimal): -14027300 or 14480681. OLE color: 14480681.

HSL color Cylindrical-coordinate representation of color #29F5DC: hue angle of 172.65º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F5DC is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB41245220-
CMYK0.8300.100.04
HSL172.65º91.07%56.08%-
HSV(B)172.65º83.27%96.08%-
XYZ46.4970.9478.95-
YUV181.15149.9128.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.10%
GREEN value IS 245 (96.09% from 255) = 48.42%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=8.10%
G=48.42%
B=43.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal412452200.8300.100.04172.6591.0756.08
Hex29F5DC530A4ad5b38
Octal51365334123012425513370
Binary1010011111010111011100101001101010100101011011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29F5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,245,220); }

 H1.HeaderClassName
 {
   color: #29F5DC;
 }
 .AnyTagClassName
 {
   color: #29F5DC;
 }
</style>
background-color css

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

 a { background-color: rgb(41,245,220); }

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

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

 span { border-color: rgb(41,245,220); }

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