#42D9BA

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

Shades of Turquoise #42D9BA

Tints of Turquoise #42D9BA

Color information

#42D9BA (or 0x42D9BA) is unknown color: approx Turquoise. HEX triplet: 42, D9 and BA. RGB value is (66,217,186). Sum of RGB (Red+Green+Blue) = 66+217+186=469 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.07% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #42D9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D9BA is #BD2645. Grayscale: #A8A8A8. Windows color (decimal): -12396102 or 12245314. OLE color: 12245314.

HSL color Cylindrical-coordinate representation of color #42D9BA: hue angle of 167.68º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D9BA is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB66217186-
CMYK0.7000.140.15
HSL167.68º66.52%55.49%-
HSV(B)167.68º69.59%85.1%-
XYZ35.9254.3355.05-
YUV168.32137.9755.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.07%
GREEN value IS 217 (85.16% from 255) = 46.27%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=14.07%
G=46.27%
B=39.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal662171860.7000.140.15167.6866.5255.49
Hex42D9BA460EFa84337
Octal1023312721060161725010367
Binary100001011011001101110101000110011101111101010001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,217,186); }

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

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

 a { background-color: rgb(66,217,186); }

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

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

 span { border-color: rgb(66,217,186); }

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