#42E3FC

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

Shades of Turquoise Blue #42E3FC

Tints of Turquoise Blue #42E3FC

Color information

#42E3FC (or 0x42E3FC) is unknown color: approx Turquoise Blue. HEX triplet: 42, E3 and FC. RGB value is (66,227,252). Sum of RGB (Red+Green+Blue) = 66+227+252=545 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.11% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #42E3FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42E3FC is #BD1C03. Grayscale: #B5B5B5. Windows color (decimal): -12393476 or 16573250. OLE color: 16573250.

HSL color Cylindrical-coordinate representation of color #42E3FC: hue angle of 188.06º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42E3FC is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB66227252-
CMYK0.740.1000.01
HSL188.06º96.88%62.35%-
HSV(B)188.06º73.81%98.82%-
XYZ47.2963.12101.79-
YUV181.71167.6645.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.11%
GREEN value IS 227 (89.06% from 255) = 41.65%
BLUE value IS 252 (98.83% from 255) = 46.24%
R=12.11%
G=41.65%
B=46.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal662272520.740.1000.01188.0696.8862.35
Hex42E3FC4AA01bc613e
Octal102343374112120127414176
Binary100001011100011111111001001010101001101111001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,227,252); }

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

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

 a { background-color: rgb(66,227,252); }

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

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

 span { border-color: rgb(66,227,252); }

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