#0EE3FA

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

Shades of Bright Turquoise #0EE3FA

Tints of Bright Turquoise #0EE3FA

Color information

#0EE3FA (or 0x0EE3FA) is unknown color: approx Bright Turquoise. HEX triplet: 0E, E3 and FA. RGB value is (14,227,250). Sum of RGB (Red+Green+Blue) = 14+227+250=491 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.85% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #0EE3FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EE3FA is #F11C05. Grayscale: #A5A5A5. Windows color (decimal): -15801350 or 16442126. OLE color: 16442126.

HSL color Cylindrical-coordinate representation of color #0EE3FA: hue angle of 185.85º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE3FA is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14227250-
CMYK0.940.0900.02
HSL185.85º95.93%51.76%-
HSV(B)185.85º94.4%98.04%-
XYZ44.9161.93100.03-
YUV165.94175.4319.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 2.85%
GREEN value IS 227 (89.06% from 255) = 46.23%
BLUE value IS 250 (98.05% from 255) = 50.92%
R=2.85%
G=46.23%
B=50.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal142272500.940.0900.02185.8595.9351.76
HexEE3FA5E902ba6034
Octal16343372136110227214064
Binary1110111000111111101010111101001010101110101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EE3FA; }

 p { color: rgb(14,227,250); }

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

<style>
 a { background-color: #0EE3FA; }

 a { background-color: rgb(14,227,250); }

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

<style>
 span { border-color: #0EE3FA; }

 span { border-color: rgb(14,227,250); }

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