#09FCC1

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

Shades of Bright Turquoise #09FCC1

Tints of Bright Turquoise #09FCC1

Color information

#09FCC1 (or 0x09FCC1) is unknown color: approx Bright Turquoise. HEX triplet: 09, FC and C1. RGB value is (9,252,193). Sum of RGB (Red+Green+Blue) = 9+252+193=454 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 454); Green value is 252 (98.83% from 255 or 55.51% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 252 - color contains mainly: green. Hex color #09FCC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FCC1 is #F6033E. Grayscale: #ACACAC. Windows color (decimal): -16122687 or 12712969. OLE color: 12712969.

HSL color Cylindrical-coordinate representation of color #09FCC1: hue angle of 165.43º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FCC1 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB9252193-
CMYK0.9600.230.01
HSL165.43º97.59%51.18%-
HSV(B)165.43º96.43%98.82%-
XYZ44.5573.5362.3-
YUV172.62139.4911.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.98%
GREEN value IS 252 (98.83% from 255) = 55.51%
BLUE value IS 193 (75.78% from 255) = 42.51%
R=1.98%
G=55.51%
B=42.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal92521930.9600.230.01165.4397.5951.18
Hex9FCC1600171a56233
Octal11374301140027124514263
Binary1001111111001100000111000000101111101001011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09FCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,252,193); }

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

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

 a { background-color: rgb(9,252,193); }

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

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

 span { border-color: rgb(9,252,193); }

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