Html Css Color HEX #09FADF Bright Turquoise

📋 copy color: '#09FADF'

red 9 ◦ green 250 ◦ blue 223

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

Shades of Bright Turquoise #09FADF

Tints of Bright Turquoise #09FADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 1.87%
G = 51.87%
B = 46.27%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#09FADF (or 0x09FADF) is known color: Bright Turquoise. HEX triplet: 09, FA and DF. RGB value is (9,250,223). Sum of RGB (Red+Green+Blue) = 9+250+223=482 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.87% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #09FADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FADF is #F60520. Grayscale: #AEAEAE. Windows color (decimal): -16123169 or 14678537. OLE color: 14678537.

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

Color convert

RGB 9 250 223 -
CMYK 0.96 0 0.11 0.02
HSL 173.28º 0.96% 0.51% -
HSV(B) 173.28º 0.96% 0.98% -
XYZ 47.62 73.76 81.54 -
YUV 174.86 155.16 9.7 -
System Red Green Blue C M Y K H S L
Decimal 9 250 223 0.96 0 0.11 0.02 173.28 0.96 0.51
Hex 9 FA DF 60 0 B 2 AD 60 33
Octal 11 372 337 140 0 13 2 255 140 63
Binary 1001 11111010 11011111 1100000 0 1011 10 10101101 1100000 110011

Color Harmonies of #09FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FADF

Black with #09FADF

Text Example


Text Example

White with #09FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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