#09E6F8

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

Shades of Bright Turquoise #09E6F8

Tints of Bright Turquoise #09E6F8

Color information

#09E6F8 (or 0x09E6F8) is unknown color: approx Bright Turquoise. HEX triplet: 09, E6 and F8. RGB value is (9,230,248). Sum of RGB (Red+Green+Blue) = 9+230+248=487 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.85% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #09E6F8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09E6F8 is #F61907. Grayscale: #A5A5A5. Windows color (decimal): -16128264 or 16311817. OLE color: 16311817.

HSL color Cylindrical-coordinate representation of color #09E6F8: hue angle of 184.52º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E6F8 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9230248-
CMYK0.960.0700.03
HSL184.52º94.47%50.39%-
HSV(B)184.52º96.37%97.25%-
XYZ45.3563.4398.66-
YUV165.97174.2816.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.85%
GREEN value IS 230 (90.23% from 255) = 47.23%
BLUE value IS 248 (97.27% from 255) = 50.92%
R=1.85%
G=47.23%
B=50.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal92302480.960.0700.03184.5294.4750.39
Hex9E6F860703b95e32
Octal1134637014070327113662
Binary100111100110111110001100000111011101110011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09E6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,230,248); }

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

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

 a { background-color: rgb(9,230,248); }

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

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

 span { border-color: rgb(9,230,248); }

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