#42C9D7

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

Shades of Medium Turquoise #42C9D7

Tints of Medium Turquoise #42C9D7

Color information

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

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

Color convert

RGB66201215-
CMYK0.690.0700.16
HSL185.64º65.07%55.1%-
HSV(B)185.64º69.3%84.31%-
XYZ35.447.8471.66-
YUV162.23157.7759.36-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal662012150.690.0700.16185.6465.0755.1
Hex42C9D7457010ba4137
Octal102311327105702027210167
Binary100001011001001110101111000101111010000101110101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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