#42EEE1

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

Shades of Turquoise #42EEE1

Tints of Turquoise #42EEE1

Color information

#42EEE1 (or 0x42EEE1) is unknown color: approx Turquoise. HEX triplet: 42, EE and E1. RGB value is (66,238,225). Sum of RGB (Red+Green+Blue) = 66+238+225=529 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.48% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #42EEE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EEE1 is #BD111E. Grayscale: #B8B8B8. Windows color (decimal): -12390687 or 14806594. OLE color: 14806594.

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

Color convert

RGB66238225-
CMYK0.7200.050.07
HSL175.47º83.5%59.61%-
HSV(B)175.47º72.27%93.33%-
XYZ46.4167.7481.86-
YUV185.09150.5243.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.48%
GREEN value IS 238 (93.36% from 255) = 44.99%
BLUE value IS 225 (88.28% from 255) = 42.53%
R=12.48%
G=44.99%
B=42.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal662382250.7200.050.07175.4783.559.61
Hex42EEE148057af533c
Octal10235634111005725712374
Binary1000010111011101110000110010000101111101011111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42EEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,238,225); }

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

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

 a { background-color: rgb(66,238,225); }

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

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

 span { border-color: rgb(66,238,225); }

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