#09FBDA

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

Shades of Bright Turquoise #09FBDA

Tints of Bright Turquoise #09FBDA

Color information

#09FBDA (or 0x09FBDA) is unknown color: approx Bright Turquoise. HEX triplet: 09, FB and DA. RGB value is (9,251,218). Sum of RGB (Red+Green+Blue) = 9+251+218=478 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 478); Green value is 251 (98.44% from 255 or 52.51% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 251 - color contains mainly: green. Hex color #09FBDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FBDA is #F60425. Grayscale: #AEAEAE. Windows color (decimal): -16122918 or 14351113. OLE color: 14351113.

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

Color convert

RGB9251218-
CMYK0.9600.130.02
HSL171.82º96.8%50.98%-
HSV(B)171.82º96.41%98.43%-
XYZ47.2674.1178.14-
YUV174.88152.339.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.88%
GREEN value IS 251 (98.44% from 255) = 52.51%
BLUE value IS 218 (85.55% from 255) = 45.61%
R=1.88%
G=52.51%
B=45.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal92512180.9600.130.02171.8296.850.98
Hex9FBDA600D2ac6133
Octal11373332140015225414163
Binary1001111110111101101011000000110110101011001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09FBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,251,218); }

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

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

 a { background-color: rgb(9,251,218); }

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

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

 span { border-color: rgb(9,251,218); }

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