#09F6DE

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

Shades of Bright Turquoise #09F6DE

Tints of Bright Turquoise #09F6DE

Color information

#09F6DE (or 0x09F6DE) is unknown color: approx Bright Turquoise. HEX triplet: 09, F6 and DE. RGB value is (9,246,222). Sum of RGB (Red+Green+Blue) = 9+246+222=477 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.89% from 477); Green value is 246 (96.48% from 255 or 51.57% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 246 - color contains mainly: green. Hex color #09F6DE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F6DE is #F60921. Grayscale: #ACACAC. Windows color (decimal): -16124194 or 14611977. OLE color: 14611977.

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

Color convert

RGB9246222-
CMYK0.9600.100.04
HSL173.92º92.94%50%-
HSV(B)173.92º96.34%96.47%-
XYZ46.2571.2480.42-
YUV172.4155.9811.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.89%
GREEN value IS 246 (96.48% from 255) = 51.57%
BLUE value IS 222 (87.11% from 255) = 46.54%
R=1.89%
G=51.57%
B=46.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal92462220.9600.100.04173.9292.9450
Hex9F6DE600A4ae5d32
Octal11366336140012425613562
Binary10011111011011011110110000001010100101011101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09F6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,246,222); }

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

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

 a { background-color: rgb(9,246,222); }

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

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

 span { border-color: rgb(9,246,222); }

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