Html Css Color HEX #09F9EC Bright Turquoise

📋 copy color: '#09F9EC'

red 9 ◦ green 249 ◦ blue 236

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

Shades of Bright Turquoise #09F9EC

Tints of Bright Turquoise #09F9EC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.4%

 BLUE value IS 236 (92.58% from 255) = 47.77%

R = 1.82%
G = 50.4%
B = 47.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#09F9EC (or 0x09F9EC) is known color: Bright Turquoise. HEX triplet: 09, F9 and EC. RGB value is (9,249,236). Sum of RGB (Red+Green+Blue) = 9+249+236=494 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.82% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #09F9EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F9EC is #F60613. Grayscale: #AFAFAF. Windows color (decimal): -16123412 or 15530249. OLE color: 15530249.

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

Color convert

RGB 9 249 236 -
CMYK 0.96 0 0.05 0.02
HSL 176.75º 0.95% 0.51% -
HSV(B) 176.75º 0.96% 0.98% -
XYZ 49.13 73.87 91.03 -
YUV 175.76 161.99 9.06 -
System Red Green Blue C M Y K H S L
Decimal 9 249 236 0.96 0 0.05 0.02 176.75 0.95 0.51
Hex 9 F9 EC 60 0 5 2 B1 5F 33
Octal 11 371 354 140 0 5 2 261 137 63
Binary 1001 11111001 11101100 1100000 0 101 10 10110001 1011111 110011

Color Harmonies of #09F9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F9EC

Black with #09F9EC

Text Example


Text Example

White with #09F9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,249,236); }

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

background-color css

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

 a { background-color: rgb(9,249,236); }

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

border-color css

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

 span { border-color: rgb(9,249,236); }

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