#42D0EB

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

Shades of Medium Turquoise #42D0EB

Tints of Medium Turquoise #42D0EB

Color information

#42D0EB (or 0x42D0EB) is unknown color: approx Medium Turquoise. HEX triplet: 42, D0 and EB. RGB value is (66,208,235). Sum of RGB (Red+Green+Blue) = 66+208+235=509 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.97% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #42D0EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D0EB is #BD2F14. Grayscale: #A8A8A8. Windows color (decimal): -12398357 or 15454274. OLE color: 15454274.

HSL color Cylindrical-coordinate representation of color #42D0EB: hue angle of 189.59º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42D0EB is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB66208235-
CMYK0.720.1100.08
HSL189.59º80.86%59.02%-
HSV(B)189.59º71.91%92.16%-
XYZ39.852.2786.59-
YUV168.62165.4654.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.97%
GREEN value IS 208 (81.64% from 255) = 40.86%
BLUE value IS 235 (92.19% from 255) = 46.17%
R=12.97%
G=40.86%
B=46.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal662082350.720.1100.08189.5980.8659.02
Hex42D0EB48B08be513b
Octal1023203531101301027612173
Binary100001011010000111010111001000101101000101111101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,208,235); }

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

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

 a { background-color: rgb(66,208,235); }

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

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

 span { border-color: rgb(66,208,235); }

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