#42C8D6

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

Shades of Medium Turquoise #42C8D6

Tints of Medium Turquoise #42C8D6

Color information

#42C8D6 (or 0x42C8D6) is unknown color: approx Medium Turquoise. HEX triplet: 42, C8 and D6. RGB value is (66,200,214). Sum of RGB (Red+Green+Blue) = 66+200+214=480 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.75% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 214 - color contains mainly: blue. Hex color #42C8D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C8D6 is #BD3729. Grayscale: #A1A1A1. Windows color (decimal): -12400426 or 14075970. OLE color: 14075970.

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

Color convert

RGB66200214-
CMYK0.690.0700.16
HSL185.68º64.35%54.9%-
HSV(B)185.68º69.16%83.92%-
XYZ35.0447.3270.91-
YUV161.53157.6159.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.75%
GREEN value IS 200 (78.52% from 255) = 41.67%
BLUE value IS 214 (83.98% from 255) = 44.58%
R=13.75%
G=41.67%
B=44.58%

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
Decimal662002140.690.0700.16185.6864.3554.9
Hex42C8D6457010ba4037
Octal102310326105702027210067
Binary100001011001000110101101000101111010000101110101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,200,214); }

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

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

 a { background-color: rgb(66,200,214); }

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

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

 span { border-color: rgb(66,200,214); }

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