#42E6ED

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

Shades of Turquoise #42E6ED

Tints of Turquoise #42E6ED

Color information

#42E6ED (or 0x42E6ED) is unknown color: approx Turquoise. HEX triplet: 42, E6 and ED. RGB value is (66,230,237). Sum of RGB (Red+Green+Blue) = 66+230+237=533 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.38% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #42E6ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42E6ED is #BD1912. Grayscale: #B5B5B5. Windows color (decimal): -12392723 or 15590978. OLE color: 15590978.

HSL color Cylindrical-coordinate representation of color #42E6ED: hue angle of 182.46º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E6ED is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB66230237-
CMYK0.720.0300.07
HSL182.46º82.61%59.41%-
HSV(B)182.46º72.15%92.94%-
XYZ45.8363.8790.03-
YUV181.76159.1745.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.38%
GREEN value IS 230 (90.23% from 255) = 43.15%
BLUE value IS 237 (92.97% from 255) = 44.47%
R=12.38%
G=43.15%
B=44.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal662302370.720.0300.07182.4682.6159.41
Hex42E6ED48307b6533b
Octal10234635511030726612373
Binary100001011100110111011011001000110111101101101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,230,237); }

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

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

 a { background-color: rgb(66,230,237); }

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

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

 span { border-color: rgb(66,230,237); }

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