#09F0CA

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

Shades of Bright Turquoise #09F0CA

Tints of Bright Turquoise #09F0CA

Color information

#09F0CA (or 0x09F0CA) is unknown color: approx Bright Turquoise. HEX triplet: 09, F0 and CA. RGB value is (9,240,202). Sum of RGB (Red+Green+Blue) = 9+240+202=451 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 451); Green value is 240 (94.14% from 255 or 53.22% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 240 - color contains mainly: green. Hex color #09F0CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F0CA is #F60F35. Grayscale: #A6A6A6. Windows color (decimal): -16125750 or 13299721. OLE color: 13299721.

HSL color Cylindrical-coordinate representation of color #09F0CA: hue angle of 170.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 #09F0CA is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB9240202-
CMYK0.9600.160.06
HSL170.13º92.77%48.82%-
HSV(B)170.13º96.25%94.12%-
XYZ41.9366.6466.53-
YUV166.6147.9715.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.00%
GREEN value IS 240 (94.14% from 255) = 53.22%
BLUE value IS 202 (79.30% from 255) = 44.79%
R=2.00%
G=53.22%
B=44.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal92402020.9600.160.06170.1392.7748.82
Hex9F0CA600106aa5d31
Octal11360312140020625213561
Binary100111110000110010101100000010000110101010101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09F0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,240,202); }

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

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

 a { background-color: rgb(9,240,202); }

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

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

 span { border-color: rgb(9,240,202); }

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