#03E0FA

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

Shades of Bright Turquoise #03E0FA

Tints of Bright Turquoise #03E0FA

Color information

#03E0FA (or 0x03E0FA) is unknown color: approx Bright Turquoise. HEX triplet: 03, E0 and FA. RGB value is (3,224,250). Sum of RGB (Red+Green+Blue) = 3+224+250=477 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #03E0FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03E0FA is #FC1F05. Grayscale: #A0A0A0. Windows color (decimal): -16523014 or 16441347. OLE color: 16441347.

HSL color Cylindrical-coordinate representation of color #03E0FA: hue angle of 186.32º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E0FA is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3224250-
CMYK0.990.1000.02
HSL186.32º97.63%49.61%-
HSV(B)186.32º98.8%98.04%-
XYZ43.9560.2399.75-
YUV160.88178.2815.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.63%
GREEN value IS 224 (87.89% from 255) = 46.96%
BLUE value IS 250 (98.05% from 255) = 52.41%
R=0.63%
G=46.96%
B=52.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal32242500.990.1000.02186.3297.6349.61
Hex3E0FA63A02ba6232
Octal3340372143120227214262
Binary11111000001111101011000111010010101110101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03E0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03E0FA; }

 p { color: rgb(3,224,250); }

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

<style>
 a { background-color: #03E0FA; }

 a { background-color: rgb(3,224,250); }

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

<style>
 span { border-color: #03E0FA; }

 span { border-color: rgb(3,224,250); }

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