#0FE2E0

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

Shades of Bright Turquoise #0FE2E0

Tints of Bright Turquoise #0FE2E0

Color information

#0FE2E0 (or 0x0FE2E0) is unknown color: approx Bright Turquoise. HEX triplet: 0F, E2 and E0. RGB value is (15,226,224). Sum of RGB (Red+Green+Blue) = 15+226+224=465 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.23% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #0FE2E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE2E0 is #F01D1F. Grayscale: #A2A2A2. Windows color (decimal): -15736096 or 14737935. OLE color: 14737935.

HSL color Cylindrical-coordinate representation of color #0FE2E0: hue angle of 179.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE2E0 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB15226224-
CMYK0.9300.010.11
HSL179.43º87.55%47.25%-
HSV(B)179.43º93.36%88.63%-
XYZ40.8559.8879.93-
YUV162.68162.622.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.23%
GREEN value IS 226 (88.67% from 255) = 48.60%
BLUE value IS 224 (87.89% from 255) = 48.17%
R=3.23%
G=48.60%
B=48.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal152262240.9300.010.11179.4387.5547.25
HexFE2E05D01Bb3582f
Octal17342340135011326313057
Binary111111100010111000001011101011011101100111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,226,224); }

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

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

 a { background-color: rgb(15,226,224); }

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

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

 span { border-color: rgb(15,226,224); }

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