Html Css Color HEX #09FACA Bright Turquoise

📋 copy color: '#09FACA'

red 9 ◦ green 250 ◦ blue 202

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

Shades of Bright Turquoise #09FACA

Tints of Bright Turquoise #09FACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.82%

R = 1.95%
G = 54.23%
B = 43.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#09FACA (or 0x09FACA) is known color: Bright Turquoise. HEX triplet: 09, FA and CA. RGB value is (9,250,202). Sum of RGB (Red+Green+Blue) = 9+250+202=461 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.95% from 461); Green value is 250 (98.05% from 255 or 54.23% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 250 - color contains mainly: green. Hex color #09FACA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FACA is #F60535. Grayscale: #ACACAC. Windows color (decimal): -16123190 or 13302281. OLE color: 13302281.

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

Color convert

RGB 9 250 202 -
CMYK 0.96 0 0.19 0.02
HSL 168.05º 0.96% 0.51% -
HSV(B) 168.05º 0.96% 0.98% -
XYZ 44.96 72.69 67.54 -
YUV 172.47 144.66 11.4 -
System Red Green Blue C M Y K H S L
Decimal 9 250 202 0.96 0 0.19 0.02 168.05 0.96 0.51
Hex 9 FA CA 60 0 13 2 A8 60 33
Octal 11 372 312 140 0 23 2 250 140 63
Binary 1001 11111010 11001010 1100000 0 10011 10 10101000 1100000 110011

Color Harmonies of #09FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FACA

Black with #09FACA

Text Example


Text Example

White with #09FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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