#09F8CB

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

Shades of Bright Turquoise #09F8CB

Tints of Bright Turquoise #09F8CB

Color information

#09F8CB (or 0x09F8CB) is unknown color: approx Bright Turquoise. HEX triplet: 09, F8 and CB. RGB value is (9,248,203). Sum of RGB (Red+Green+Blue) = 9+248+203=460 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.96% from 460); Green value is 248 (97.27% from 255 or 53.91% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 248 - color contains mainly: green. Hex color #09F8CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F8CB is #F60734. Grayscale: #ABABAB. Windows color (decimal): -16123701 or 13367305. OLE color: 13367305.

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

Color convert

RGB9248203-
CMYK0.9600.180.03
HSL168.7º94.47%50.39%-
HSV(B)168.7º96.37%97.25%-
XYZ44.4671.567.96-
YUV171.41145.8212.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.96%
GREEN value IS 248 (97.27% from 255) = 53.91%
BLUE value IS 203 (79.69% from 255) = 44.13%
R=1.96%
G=53.91%
B=44.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal92482030.9600.180.03168.794.4750.39
Hex9F8CB600123a95e32
Octal11370313140022325113662
Binary10011111100011001011110000001001011101010011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09F8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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