#42D7CA

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

Shades of Medium Turquoise #42D7CA

Tints of Medium Turquoise #42D7CA

Color information

#42D7CA (or 0x42D7CA) is unknown color: approx Medium Turquoise. HEX triplet: 42, D7 and CA. RGB value is (66,215,202). Sum of RGB (Red+Green+Blue) = 66+215+202=483 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.66% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #42D7CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D7CA is #BD2835. Grayscale: #A8A8A8. Windows color (decimal): -12396598 or 13293378. OLE color: 13293378.

HSL color Cylindrical-coordinate representation of color #42D7CA: hue angle of 174.77º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D7CA is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB66215202-
CMYK0.6900.060.16
HSL174.77º65.07%55.1%-
HSV(B)174.77º69.3%84.31%-
XYZ37.2154.0264.34-
YUV168.97146.6454.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.66%
GREEN value IS 215 (84.38% from 255) = 44.51%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=13.66%
G=44.51%
B=41.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal662152020.6900.060.16174.7765.0755.1
Hex42D7CA450610af4137
Octal102327312105062025710167
Binary100001011010111110010101000101011010000101011111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,215,202); }

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

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

 a { background-color: rgb(66,215,202); }

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

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

 span { border-color: rgb(66,215,202); }

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