#42F9E6

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

Shades of Turquoise #42F9E6

Tints of Turquoise #42F9E6

Color information

#42F9E6 (or 0x42F9E6) is unknown color: approx Turquoise. HEX triplet: 42, F9 and E6. RGB value is (66,249,230). Sum of RGB (Red+Green+Blue) = 66+249+230=545 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.11% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #42F9E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F9E6 is #BD0619. Grayscale: #C0C0C0. Windows color (decimal): -12387866 or 15137090. OLE color: 15137090.

HSL color Cylindrical-coordinate representation of color #42F9E6: hue angle of 173.77º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F9E6 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB66249230-
CMYK0.7300.080.02
HSL173.77º93.85%61.76%-
HSV(B)173.77º73.49%97.65%-
XYZ50.4174.6286.61-
YUV192.12149.3738.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.11%
GREEN value IS 249 (97.66% from 255) = 45.69%
BLUE value IS 230 (90.23% from 255) = 42.20%
R=12.11%
G=45.69%
B=42.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal662492300.7300.080.02173.7793.8561.76
Hex42F9E649082ae5e3e
Octal102371346111010225613676
Binary1000010111110011110011010010010100010101011101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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