#09e3ef

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

Shades of Bright Turquoise #09E3EF

Tints of Bright Turquoise #09E3EF

Color information

#09E3EF (or 0x09E3EF) is unknown color: approx Bright Turquoise. HEX triplet: 09, E3 and EF. RGB value is (9,227,239). Sum of RGB (Red+Green+Blue) = 9+227+239=475 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.89% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #09E3EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09E3EF is #F61C10. Grayscale: #A2A2A2. Windows color (decimal): -16129041 or 15721225. OLE color: 15721225.

HSL color Cylindrical-coordinate representation of color #09E3EF: hue angle of 183.13º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E3EF is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9227239-
CMYK0.960.0500.06
HSL183.13º92.74%48.63%-
HSV(B)183.13º96.23%93.73%-
XYZ43.1661.2391.2-
YUV163.19170.7818.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.89%
GREEN value IS 227 (89.06% from 255) = 47.79%
BLUE value IS 239 (93.75% from 255) = 50.32%
R=1.89%
G=47.79%
B=50.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal92272390.960.0500.06183.1392.7448.63
Hex9E3EF60506b75d31
Octal1134335714050626713561
Binary1001111000111110111111000001010110101101111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09e3ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,227,239); }

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

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

 a { background-color: rgb(9,227,239); }

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

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

 span { border-color: rgb(9,227,239); }

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