#42D1EB

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

Shades of Medium Turquoise #42D1EB

Tints of Medium Turquoise #42D1EB

Color information

#42D1EB (or 0x42D1EB) is unknown color: approx Medium Turquoise. HEX triplet: 42, D1 and EB. RGB value is (66,209,235). Sum of RGB (Red+Green+Blue) = 66+209+235=510 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.94% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #42D1EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D1EB is #BD2E14. Grayscale: #A8A8A8. Windows color (decimal): -12398101 or 15454530. OLE color: 15454530.

HSL color Cylindrical-coordinate representation of color #42D1EB: hue angle of 189.23º 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 #42D1EB is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB66209235-
CMYK0.720.1100.08
HSL189.23º80.86%59.02%-
HSV(B)189.23º71.91%92.16%-
XYZ40.0452.7686.67-
YUV169.21165.1254.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.94%
GREEN value IS 209 (82.03% from 255) = 40.98%
BLUE value IS 235 (92.19% from 255) = 46.08%
R=12.94%
G=40.98%
B=46.08%

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
Decimal662092350.720.1100.08189.2380.8659.02
Hex42D1EB48B08bd513b
Octal1023213531101301027512173
Binary100001011010001111010111001000101101000101111011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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