#09E5F4

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

Shades of Bright Turquoise #09E5F4

Tints of Bright Turquoise #09E5F4

Color information

#09E5F4 (or 0x09E5F4) is unknown color: approx Bright Turquoise. HEX triplet: 09, E5 and F4. RGB value is (9,229,244). Sum of RGB (Red+Green+Blue) = 9+229+244=482 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.87% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 244 (95.70% from 255 or 50.62% from 482); Max value from RGB is 244 - color contains mainly: blue. Hex color #09E5F4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09E5F4 is #F61A0B. Grayscale: #A4A4A4. Windows color (decimal): -16128524 or 16049417. OLE color: 16049417.

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

Color convert

RGB9229244-
CMYK0.960.0600.04
HSL183.83º92.89%49.61%-
HSV(B)183.83º96.31%95.69%-
XYZ44.4662.6395.33-
YUV164.93172.6116.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.87%
GREEN value IS 229 (89.84% from 255) = 47.51%
BLUE value IS 244 (95.70% from 255) = 50.62%
R=1.87%
G=47.51%
B=50.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal92292440.960.0600.04183.8392.8949.61
Hex9E5F460604b85d32
Octal1134536414060427013562
Binary1001111001011111010011000001100100101110001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09E5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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