Html Css Color HEX #09FECF Bright Turquoise

📋 copy color: '#09FECF'

red 9 ◦ green 254 ◦ blue 207

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

Shades of Bright Turquoise #09FECF

Tints of Bright Turquoise #09FECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 1.91%
G = 54.04%
B = 44.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#09FECF (or 0x09FECF) is known color: Bright Turquoise. HEX triplet: 09, FE and CF. RGB value is (9,254,207). Sum of RGB (Red+Green+Blue) = 9+254+207=470 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #09FECF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FECF is #F60130. Grayscale: #AFAFAF. Windows color (decimal): -16122161 or 13630985. OLE color: 13630985.

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

Color convert

RGB 9 254 207 -
CMYK 0.96 0 0.19 0.00
HSL 168.49º 0.99% 0.52% -
HSV(B) 168.49º 0.96% 1% -
XYZ 46.82 75.45 71.13 -
YUV 175.39 145.83 9.32 -
System Red Green Blue C M Y K H S L
Decimal 9 254 207 0.96 0 0.19 0.00 168.49 0.99 0.52
Hex 9 FE CF 60 0 13 0 A8 63 34
Octal 11 376 317 140 0 23 0 250 143 64
Binary 1001 11111110 11001111 1100000 0 10011 0 10101000 1100011 110100

Color Harmonies of #09FECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FECF

Black with #09FECF

Text Example


Text Example

White with #09FECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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