#0FF9E4

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

Shades of Bright Turquoise #0FF9E4

Tints of Bright Turquoise #0FF9E4

Color information

#0FF9E4 (or 0x0FF9E4) is unknown color: approx Bright Turquoise. HEX triplet: 0F, F9 and E4. RGB value is (15,249,228). Sum of RGB (Red+Green+Blue) = 15+249+228=492 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.05% from 492); Green value is 249 (97.66% from 255 or 50.61% from 492); Blue value is 228 (89.45% from 255 or 46.34% from 492); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF9E4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF9E4 is #F0061B. Grayscale: #B0B0B0. Windows color (decimal): -15730204 or 15005967. OLE color: 15005967.

HSL color Cylindrical-coordinate representation of color #0FF9E4: hue angle of 174.62º degrees, saturation: 0.95, 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 #0FF9E4 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB15249228-
CMYK0.9400.080.02
HSL174.62º95.12%51.76%-
HSV(B)174.62º93.98%97.65%-
XYZ48.0873.4585.04-
YUV176.64156.9812.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.05%
GREEN value IS 249 (97.66% from 255) = 50.61%
BLUE value IS 228 (89.45% from 255) = 46.34%
R=3.05%
G=50.61%
B=46.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal152492280.9400.080.02174.6295.1251.76
HexFF9E45E082af5f34
Octal17371344136010225713764
Binary1111111110011110010010111100100010101011111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FF9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,249,228); }

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

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

 a { background-color: rgb(15,249,228); }

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

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

 span { border-color: rgb(15,249,228); }

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