#42E9FE

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

Shades of Turquoise Blue #42E9FE

Tints of Turquoise Blue #42E9FE

Color information

#42E9FE (or 0x42E9FE) is unknown color: approx Turquoise Blue. HEX triplet: 42, E9 and FE. RGB value is (66,233,254). Sum of RGB (Red+Green+Blue) = 66+233+254=553 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.93% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #42E9FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42E9FE is #BD1601. Grayscale: #B9B9B9. Windows color (decimal): -12391938 or 16705858. OLE color: 16705858.

HSL color Cylindrical-coordinate representation of color #42E9FE: hue angle of 186.7º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42E9FE is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB66233254-
CMYK0.740.0800.00
HSL186.7º98.95%62.75%-
HSV(B)186.7º74.02%99.61%-
XYZ49.2866.59104.02-
YUV185.46166.6742.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 11.93%
GREEN value IS 233 (91.41% from 255) = 42.13%
BLUE value IS 254 (99.61% from 255) = 45.93%
R=11.93%
G=42.13%
B=45.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal662332540.740.0800.00186.798.9562.75
Hex42E9FE4A800bb633f
Octal102351376112100027314377
Binary100001011101001111111101001010100000101110111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,233,254); }

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

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

 a { background-color: rgb(66,233,254); }

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

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

 span { border-color: rgb(66,233,254); }

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