#09F4E4

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

Shades of Bright Turquoise #09F4E4

Tints of Bright Turquoise #09F4E4

Color information

#09F4E4 (or 0x09F4E4) is unknown color: approx Bright Turquoise. HEX triplet: 09, F4 and E4. RGB value is (9,244,228). Sum of RGB (Red+Green+Blue) = 9+244+228=481 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.87% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #09F4E4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F4E4 is #F60B1B. Grayscale: #ABABAB. Windows color (decimal): -16124700 or 15004681. OLE color: 15004681.

HSL color Cylindrical-coordinate representation of color #09F4E4: hue angle of 175.91º 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 #09F4E4 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB9244228-
CMYK0.9600.070.04
HSL175.91º92.89%49.61%-
HSV(B)175.91º96.31%95.69%-
XYZ46.4770.3684.53-
YUV171.91159.6411.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.87%
GREEN value IS 244 (95.70% from 255) = 50.73%
BLUE value IS 228 (89.45% from 255) = 47.40%
R=1.87%
G=50.73%
B=47.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal92442280.9600.070.04175.9192.8949.61
Hex9F4E460074b05d32
Octal1136434414007426013562
Binary1001111101001110010011000000111100101100001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09F4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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