Html Css Color HEX #09FAEA Bright Turquoise

📋 copy color: '#09FAEA'

red 9 ◦ green 250 ◦ blue 234

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

Shades of Bright Turquoise #09FAEA

Tints of Bright Turquoise #09FAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 1.83%
G = 50.71%
B = 47.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#09FAEA (or 0x09FAEA) is known color: Bright Turquoise. HEX triplet: 09, FA and EA. RGB value is (9,250,234). Sum of RGB (Red+Green+Blue) = 9+250+234=493 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.83% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #09FAEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FAEA is #F60515. Grayscale: #AFAFAF. Windows color (decimal): -16123158 or 15399433. OLE color: 15399433.

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

Color convert

RGB 9 250 234 -
CMYK 0.96 0 0.06 0.02
HSL 176.02º 0.96% 0.51% -
HSV(B) 176.02º 0.96% 0.98% -
XYZ 49.15 74.37 89.61 -
YUV 176.12 160.66 8.8 -
System Red Green Blue C M Y K H S L
Decimal 9 250 234 0.96 0 0.06 0.02 176.02 0.96 0.51
Hex 9 FA EA 60 0 6 2 B0 60 33
Octal 11 372 352 140 0 6 2 260 140 63
Binary 1001 11111010 11101010 1100000 0 110 10 10110000 1100000 110011

Color Harmonies of #09FAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FAEA

Black with #09FAEA

Text Example


Text Example

White with #09FAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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