Html Css Color HEX #09FAE3 Bright Turquoise

📋 copy color: '#09FAE3'

red 9 ◦ green 250 ◦ blue 227

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

Shades of Bright Turquoise #09FAE3

Tints of Bright Turquoise #09FAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 46.71%

R = 1.85%
G = 51.44%
B = 46.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#09FAE3 (or 0x09FAE3) is known color: Bright Turquoise. HEX triplet: 09, FA and E3. RGB value is (9,250,227). Sum of RGB (Red+Green+Blue) = 9+250+227=486 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.85% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 227 (89.06% from 255 or 46.71% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #09FAE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FAE3 is #F6051C. Grayscale: #AFAFAF. Windows color (decimal): -16123165 or 14940681. OLE color: 14940681.

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

Color convert

RGB 9 250 227 -
CMYK 0.96 0 0.09 0.02
HSL 174.27º 0.96% 0.51% -
HSV(B) 174.27º 0.96% 0.98% -
XYZ 48.16 73.98 84.41 -
YUV 175.32 157.16 9.37 -
System Red Green Blue C M Y K H S L
Decimal 9 250 227 0.96 0 0.09 0.02 174.27 0.96 0.51
Hex 9 FA E3 60 0 9 2 AE 60 33
Octal 11 372 343 140 0 11 2 256 140 63
Binary 1001 11111010 11100011 1100000 0 1001 10 10101110 1100000 110011

Color Harmonies of #09FAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FAE3

Black with #09FAE3

Text Example


Text Example

White with #09FAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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