#42D9C2

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

Shades of Turquoise #42D9C2

Tints of Turquoise #42D9C2

Color information

#42D9C2 (or 0x42D9C2) is unknown color: approx Turquoise. HEX triplet: 42, D9 and C2. RGB value is (66,217,194). Sum of RGB (Red+Green+Blue) = 66+217+194=477 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.84% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #42D9C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D9C2 is #BD263D. Grayscale: #A9A9A9. Windows color (decimal): -12396094 or 12769602. OLE color: 12769602.

HSL color Cylindrical-coordinate representation of color #42D9C2: hue angle of 170.86º 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 #42D9C2 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB66217194-
CMYK0.7000.110.15
HSL170.86º66.52%55.49%-
HSV(B)170.86º69.59%85.1%-
XYZ36.854.6859.65-
YUV169.23141.9754.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.84%
GREEN value IS 217 (85.16% from 255) = 45.49%
BLUE value IS 194 (76.17% from 255) = 40.67%
R=13.84%
G=45.49%
B=40.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal662171940.7000.110.15170.8666.5255.49
Hex42D9C2460BFab4337
Octal1023313021060131725310367
Binary100001011011001110000101000110010111111101010111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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