#42D7C9

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

Shades of Medium Turquoise #42D7C9

Tints of Medium Turquoise #42D7C9

Color information

#42D7C9 (or 0x42D7C9) is unknown color: approx Medium Turquoise. HEX triplet: 42, D7 and C9. RGB value is (66,215,201). Sum of RGB (Red+Green+Blue) = 66+215+201=482 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.69% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #42D7C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D7C9 is #BD2836. Grayscale: #A8A8A8. Windows color (decimal): -12396599 or 13227842. OLE color: 13227842.

HSL color Cylindrical-coordinate representation of color #42D7C9: hue angle of 174.36º 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 #42D7C9 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB66215201-
CMYK0.6900.070.16
HSL174.36º65.07%55.1%-
HSV(B)174.36º69.3%84.31%-
XYZ37.0953.9863.72-
YUV168.85146.1454.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.69%
GREEN value IS 215 (84.38% from 255) = 44.61%
BLUE value IS 201 (78.91% from 255) = 41.70%
R=13.69%
G=44.61%
B=41.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal662152010.6900.070.16174.3665.0755.1
Hex42D7C9450710ae4137
Octal102327311105072025610167
Binary100001011010111110010011000101011110000101011101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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