#00F9E7

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

Shades of Bright Turquoise #00F9E7

Tints of Bright Turquoise #00F9E7

Color information

#00F9E7 (or 0x00F9E7) is unknown color: approx Bright Turquoise. HEX triplet: 00, F9 and E7. RGB value is (0,249,231). Sum of RGB (Red+Green+Blue) = 0+249+231=480 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 480); Green value is 249 (97.66% from 255 or 51.88% from 480); Blue value is 231 (90.62% from 255 or 48.12% from 480); Max value from RGB is 249 - color contains mainly: green. Hex color #00F9E7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00F9E7 is #FF0618. Grayscale: #ACACAC. Windows color (decimal): -16713241 or 15202560. OLE color: 15202560.

HSL color Cylindrical-coordinate representation of color #00F9E7: hue angle of 175.66º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F9E7 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB0249231-
CMYK100.070.02
HSL175.66º100%48.82%-
HSV(B)175.66º100%97.65%-
XYZ48.373.5287.25-
YUV172.5161.014.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 249 (97.66% from 255) = 51.88%
BLUE value IS 231 (90.62% from 255) = 48.12%
R=0%
G=51.88%
B=48.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal0249231100.070.02175.6610048.82
Hex0F9E764072b06431
Octal037134714407226014461
Binary011111001111001111100100011110101100001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00F9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00F9E7; }

 p { color: rgb(0,249,231); }

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

<style>
 a { background-color: #00F9E7; }

 a { background-color: rgb(0,249,231); }

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

<style>
 span { border-color: #00F9E7; }

 span { border-color: rgb(0,249,231); }

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