Html Css Color HEX #09FED1 Bright Turquoise

📋 copy color: '#09FED1'

red 9 ◦ green 254 ◦ blue 209

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

Shades of Bright Turquoise #09FED1

Tints of Bright Turquoise #09FED1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.81%

 BLUE value IS 209 (82.03% from 255) = 44.28%

R = 1.91%
G = 53.81%
B = 44.28%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#09FED1 (or 0x09FED1) is known color: Bright Turquoise. HEX triplet: 09, FE and D1. RGB value is (9,254,209). Sum of RGB (Red+Green+Blue) = 9+254+209=472 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #09FED1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FED1 is #F6012E. Grayscale: #AFAFAF. Windows color (decimal): -16122159 or 13762057. OLE color: 13762057.

HSL color Cylindrical-coordinate representation of color #09FED1: hue angle of 168.98º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FED1 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB 9 254 209 -
CMYK 0.96 0 0.18 0.00
HSL 168.98º 0.99% 0.52% -
HSV(B) 168.98º 0.96% 1% -
XYZ 47.06 75.55 72.42 -
YUV 175.62 146.83 9.16 -
System Red Green Blue C M Y K H S L
Decimal 9 254 209 0.96 0 0.18 0.00 168.98 0.99 0.52
Hex 9 FE D1 60 0 12 0 A9 63 34
Octal 11 376 321 140 0 22 0 251 143 64
Binary 1001 11111110 11010001 1100000 0 10010 0 10101001 1100011 110100

Color Harmonies of #09FED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FED1

Black with #09FED1

Text Example


Text Example

White with #09FED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,254,209); }

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

background-color css

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

 a { background-color: rgb(9,254,209); }

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

border-color css

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

 span { border-color: rgb(9,254,209); }

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