Html Css Color HEX #09FCC9 Bright Turquoise

📋 copy color: '#09FCC9'

red 9 ◦ green 252 ◦ blue 201

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

Shades of Bright Turquoise #09FCC9

Tints of Bright Turquoise #09FCC9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.55%

 BLUE value IS 201 (78.91% from 255) = 43.51%

R = 1.95%
G = 54.55%
B = 43.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#09FCC9 (or 0x09FCC9) is known color: Bright Turquoise. HEX triplet: 09, FC and C9. RGB value is (9,252,201). Sum of RGB (Red+Green+Blue) = 9+252+201=462 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.95% from 462); Green value is 252 (98.83% from 255 or 54.55% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 252 - color contains mainly: green. Hex color #09FCC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FCC9 is #F60336. Grayscale: #ADADAD. Windows color (decimal): -16122679 or 13237257. OLE color: 13237257.

HSL color Cylindrical-coordinate representation of color #09FCC9: hue angle of 167.41º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FCC9 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 252 201 -
CMYK 0.96 0 0.20 0.01
HSL 167.41º 0.98% 0.51% -
HSV(B) 167.41º 0.96% 0.99% -
XYZ 45.47 73.9 67.13 -
YUV 173.53 143.49 10.65 -
System Red Green Blue C M Y K H S L
Decimal 9 252 201 0.96 0 0.20 0.01 167.41 0.98 0.51
Hex 9 FC C9 60 0 14 1 A7 62 33
Octal 11 374 311 140 0 24 1 247 142 63
Binary 1001 11111100 11001001 1100000 0 10100 1 10100111 1100010 110011

Color Harmonies of #09FCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FCC9

Black with #09FCC9

Text Example


Text Example

White with #09FCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,252,201); }

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

background-color css

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

 a { background-color: rgb(9,252,201); }

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

border-color css

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

 span { border-color: rgb(9,252,201); }

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