Html Css Color HEX #09FADE Bright Turquoise

📋 copy color: '#09FADE'

red 9 ◦ green 250 ◦ blue 222

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

Shades of Bright Turquoise #09FADE

Tints of Bright Turquoise #09FADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.15%

R = 1.87%
G = 51.98%
B = 46.15%

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

#09FADE (or 0x09FADE) is known color: Bright Turquoise. HEX triplet: 09, FA and DE. RGB value is (9,250,222). Sum of RGB (Red+Green+Blue) = 9+250+222=481 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.87% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #09FADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FADE is #F60521. Grayscale: #AEAEAE. Windows color (decimal): -16123170 or 14613001. OLE color: 14613001.

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

Color convert

RGB 9 250 222 -
CMYK 0.96 0 0.11 0.02
HSL 173.03º 0.96% 0.51% -
HSV(B) 173.03º 0.96% 0.98% -
XYZ 47.48 73.7 80.83 -
YUV 174.75 154.66 9.78 -
System Red Green Blue C M Y K H S L
Decimal 9 250 222 0.96 0 0.11 0.02 173.03 0.96 0.51
Hex 9 FA DE 60 0 B 2 AD 60 33
Octal 11 372 336 140 0 13 2 255 140 63
Binary 1001 11111010 11011110 1100000 0 1011 10 10101101 1100000 110011

Color Harmonies of #09FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FADE

Black with #09FADE

Text Example


Text Example

White with #09FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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