Html Css Color HEX #09FAE5 Bright Turquoise

📋 copy color: '#09FAE5'

red 9 ◦ green 250 ◦ blue 229

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

Shades of Bright Turquoise #09FAE5

Tints of Bright Turquoise #09FAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.93%

R = 1.84%
G = 51.23%
B = 46.93%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#09FAE5 (or 0x09FAE5) is known color: Bright Turquoise. HEX triplet: 09, FA and E5. RGB value is (9,250,229). Sum of RGB (Red+Green+Blue) = 9+250+229=488 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.84% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #09FAE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FAE5 is #F6051A. Grayscale: #AFAFAF. Windows color (decimal): -16123163 or 15071753. OLE color: 15071753.

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

Color convert

RGB 9 250 229 -
CMYK 0.96 0 0.08 0.02
HSL 174.77º 0.96% 0.51% -
HSV(B) 174.77º 0.96% 0.98% -
XYZ 48.44 74.09 85.88 -
YUV 175.55 158.16 9.21 -
System Red Green Blue C M Y K H S L
Decimal 9 250 229 0.96 0 0.08 0.02 174.77 0.96 0.51
Hex 9 FA E5 60 0 8 2 AF 60 33
Octal 11 372 345 140 0 10 2 257 140 63
Binary 1001 11111010 11100101 1100000 0 1000 10 10101111 1100000 110011

Color Harmonies of #09FAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FAE5

Black with #09FAE5

Text Example


Text Example

White with #09FAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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