#09F4EE

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

Shades of Bright Turquoise #09F4EE

Tints of Bright Turquoise #09F4EE

Color information

#09F4EE (or 0x09F4EE) is unknown color: approx Bright Turquoise. HEX triplet: 09, F4 and EE. RGB value is (9,244,238). Sum of RGB (Red+Green+Blue) = 9+244+238=491 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.83% from 491); Green value is 244 (95.70% from 255 or 49.69% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 244 - color contains mainly: green. Hex color #09F4EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F4EE is #F60B11. Grayscale: #ACACAC. Windows color (decimal): -16124690 or 15660041. OLE color: 15660041.

HSL color Cylindrical-coordinate representation of color #09F4EE: hue angle of 178.47º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F4EE is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB9244238-
CMYK0.9600.020.04
HSL178.47º92.89%49.61%-
HSV(B)178.47º96.31%95.69%-
XYZ47.970.9392.06-
YUV173.05164.6410.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.83%
GREEN value IS 244 (95.70% from 255) = 49.69%
BLUE value IS 238 (93.36% from 255) = 48.47%
R=1.83%
G=49.69%
B=48.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal92442380.9600.020.04178.4792.8949.61
Hex9F4EE60024b25d32
Octal1136435614002426213562
Binary100111110100111011101100000010100101100101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09F4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09F4EE; }

 p { color: rgb(9,244,238); }

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

<style>
 a { background-color: #09F4EE; }

 a { background-color: rgb(9,244,238); }

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

<style>
 span { border-color: #09F4EE; }

 span { border-color: rgb(9,244,238); }

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