Html Css Color HEX #09FADB Bright Turquoise

📋 copy color: '#09FADB'

red 9 ◦ green 250 ◦ blue 219

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

Shades of Bright Turquoise #09FADB

Tints of Bright Turquoise #09FADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 1.88%
G = 52.3%
B = 45.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#09FADB (or 0x09FADB) is known color: Bright Turquoise. HEX triplet: 09, FA and DB. RGB value is (9,250,219). Sum of RGB (Red+Green+Blue) = 9+250+219=478 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #09FADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FADB is #F60524. Grayscale: #AEAEAE. Windows color (decimal): -16123173 or 14416393. OLE color: 14416393.

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

Color convert

RGB 9 250 219 -
CMYK 0.96 0 0.12 0.02
HSL 172.28º 0.96% 0.51% -
HSV(B) 172.28º 0.96% 0.98% -
XYZ 47.08 73.54 78.73 -
YUV 174.41 153.16 10.02 -
System Red Green Blue C M Y K H S L
Decimal 9 250 219 0.96 0 0.12 0.02 172.28 0.96 0.51
Hex 9 FA DB 60 0 C 2 AC 60 33
Octal 11 372 333 140 0 14 2 254 140 63
Binary 1001 11111010 11011011 1100000 0 1100 10 10101100 1100000 110011

Color Harmonies of #09FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FADB

Black with #09FADB

Text Example


Text Example

White with #09FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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