Html Css Color HEX #09FCC6 Bright Turquoise

📋 copy color: '#09FCC6'

red 9 ◦ green 252 ◦ blue 198

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

Shades of Bright Turquoise #09FCC6

Tints of Bright Turquoise #09FCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.14%

R = 1.96%
G = 54.9%
B = 43.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#09FCC6 (or 0x09FCC6) is known color: Bright Turquoise. HEX triplet: 09, FC and C6. RGB value is (9,252,198). Sum of RGB (Red+Green+Blue) = 9+252+198=459 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.96% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #09FCC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FCC6 is #F60339. Grayscale: #ADADAD. Windows color (decimal): -16122682 or 13040649. OLE color: 13040649.

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

Color convert

RGB 9 252 198 -
CMYK 0.96 0 0.21 0.01
HSL 166.67º 0.98% 0.51% -
HSV(B) 166.67º 0.96% 0.99% -
XYZ 45.12 73.76 65.28 -
YUV 173.19 141.99 10.89 -
System Red Green Blue C M Y K H S L
Decimal 9 252 198 0.96 0 0.21 0.01 166.67 0.98 0.51
Hex 9 FC C6 60 0 15 1 A7 62 33
Octal 11 374 306 140 0 25 1 247 142 63
Binary 1001 11111100 11000110 1100000 0 10101 1 10100111 1100010 110011

Color Harmonies of #09FCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FCC6

Black with #09FCC6

Text Example


Text Example

White with #09FCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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