#42E8CC

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

Shades of Turquoise #42E8CC

Tints of Turquoise #42E8CC

Color information

#42E8CC (or 0x42E8CC) is unknown color: approx Turquoise. HEX triplet: 42, E8 and CC. RGB value is (66,232,204). Sum of RGB (Red+Green+Blue) = 66+232+204=502 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.15% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 232 - color contains mainly: green. Hex color #42E8CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E8CC is #BD1733. Grayscale: #B3B3B3. Windows color (decimal): -12392244 or 13428802. OLE color: 13428802.

HSL color Cylindrical-coordinate representation of color #42E8CC: hue angle of 169.88º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E8CC is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB66232204-
CMYK0.7200.120.09
HSL169.88º78.3%58.43%-
HSV(B)169.88º71.55%90.98%-
XYZ4263.2367.12-
YUV179.1714247.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.15%
GREEN value IS 232 (91.02% from 255) = 46.22%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=13.15%
G=46.22%
B=40.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662322040.7200.120.09169.8878.358.43
Hex42E8CC480C9aa4e3a
Octal1023503141100141125211672
Binary100001011101000110011001001000011001001101010101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,232,204); }

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

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

 a { background-color: rgb(66,232,204); }

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

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

 span { border-color: rgb(66,232,204); }

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