#42DCB5

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

Shades of Turquoise #42DCB5

Tints of Turquoise #42DCB5

Color information

#42DCB5 (or 0x42DCB5) is unknown color: approx Turquoise. HEX triplet: 42, DC and B5. RGB value is (66,220,181). Sum of RGB (Red+Green+Blue) = 66+220+181=467 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.13% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #42DCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DCB5 is #BD234A. Grayscale: #A9A9A9. Windows color (decimal): -12395339 or 11918402. OLE color: 11918402.

HSL color Cylindrical-coordinate representation of color #42DCB5: hue angle of 164.81º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DCB5 is Cyan = 0.7, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB66220181-
CMYK0.700.180.14
HSL164.81º68.75%56.08%-
HSV(B)164.81º70%86.27%-
XYZ36.1855.6852.56-
YUV169.51134.4854.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.13%
GREEN value IS 220 (86.33% from 255) = 47.11%
BLUE value IS 181 (71.09% from 255) = 38.76%
R=14.13%
G=47.11%
B=38.76%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal662201810.700.180.14164.8168.7556.08
Hex42DCB546012Ea54538
Octal1023342651060221624510570
Binary1000010110111001011010110001100100101110101001011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42DCB5; }

 p { color: rgb(66,220,181); }

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

<style>
 a { background-color: #42DCB5; }

 a { background-color: rgb(66,220,181); }

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

<style>
 span { border-color: #42DCB5; }

 span { border-color: rgb(66,220,181); }

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