Html Css Color HEX #09FAC9 Bright Turquoise

📋 copy color: '#09FAC9'

red 9 ◦ green 250 ◦ blue 201

#09FAC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #09FAC9

Tints of Bright Turquoise #09FAC9

RGB

 RED value IS 9 (3.91% from 255) = 1.96%

 GREEN value IS 250 (98.05% from 255) = 54.35%

 BLUE value IS 201 (78.91% from 255) = 43.7%

R = 1.96%
G = 54.35%
B = 43.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#09FAC9 (or 0x09FAC9) is known color: Bright Turquoise. HEX triplet: 09, FA and C9. RGB value is (9,250,201). Sum of RGB (Red+Green+Blue) = 9+250+201=460 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.96% from 460); Green value is 250 (98.05% from 255 or 54.35% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 250 - color contains mainly: green. Hex color #09FAC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FAC9 is #F60536. Grayscale: #ACACAC. Windows color (decimal): -16123191 or 13236745. OLE color: 13236745.

HSL color Cylindrical-coordinate representation of color #09FAC9: hue angle of 167.8º degrees, saturation: 0.96, 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 #09FAC9 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 250 201 -
CMYK 0.96 0 0.20 0.02
HSL 167.8º 0.96% 0.51% -
HSV(B) 167.8º 0.96% 0.98% -
XYZ 44.84 72.65 66.92 -
YUV 172.36 144.16 11.48 -
System Red Green Blue C M Y K H S L
Decimal 9 250 201 0.96 0 0.20 0.02 167.8 0.96 0.51
Hex 9 FA C9 60 0 14 2 A8 60 33
Octal 11 372 311 140 0 24 2 250 140 63
Binary 1001 11111010 11001001 1100000 0 10100 10 10101000 1100000 110011

Color Harmonies of #09FAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FAC9

Black with #09FAC9

Text Example


Text Example

White with #09FAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,250,201); }

 H1.HeaderClassName
 {
   color: #09FAC9;
 }
 .AnyTagClassName
 {
   color: #09FAC9;
 }
</style>

background-color css

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

 a { background-color: rgb(9,250,201); }

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

border-color css

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

 span { border-color: rgb(9,250,201); }

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