#09E1F4

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

Shades of Bright Turquoise #09E1F4

Tints of Bright Turquoise #09E1F4

Color information

#09E1F4 (or 0x09E1F4) is unknown color: approx Bright Turquoise. HEX triplet: 09, E1 and F4. RGB value is (9,225,244). Sum of RGB (Red+Green+Blue) = 9+225+244=478 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 244 (95.70% from 255 or 51.05% from 478); Max value from RGB is 244 - color contains mainly: blue. Hex color #09E1F4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09E1F4 is #F61E0B. Grayscale: #A2A2A2. Windows color (decimal): -16129548 or 16048393. OLE color: 16048393.

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

Color convert

RGB9225244-
CMYK0.960.0800.04
HSL184.85º92.89%49.61%-
HSV(B)184.85º96.31%95.69%-
XYZ43.3760.4494.97-
YUV162.58173.9418.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.88%
GREEN value IS 225 (88.28% from 255) = 47.07%
BLUE value IS 244 (95.70% from 255) = 51.05%
R=1.88%
G=47.07%
B=51.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal92252440.960.0800.04184.8592.8949.61
Hex9E1F460804b95d32
Octal11341364140100427113562
Binary10011110000111110100110000010000100101110011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09E1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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