Html Css Color HEX #09FCC1 Bright Turquoise

📋 copy color: '#09FCC1'

red 9 ◦ green 252 ◦ blue 193

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

Shades of Bright Turquoise #09FCC1

Tints of Bright Turquoise #09FCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.51%

R = 1.98%
G = 55.51%
B = 42.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#09FCC1 (or 0x09FCC1) is known color: Bright Turquoise. HEX triplet: 09, FC and C1. RGB value is (9,252,193). Sum of RGB (Red+Green+Blue) = 9+252+193=454 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 454); Green value is 252 (98.83% from 255 or 55.51% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 252 - color contains mainly: green. Hex color #09FCC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FCC1 is #F6033E. Grayscale: #ACACAC. Windows color (decimal): -16122687 or 12712969. OLE color: 12712969.

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

Color convert

RGB 9 252 193 -
CMYK 0.96 0 0.23 0.01
HSL 165.43º 0.98% 0.51% -
HSV(B) 165.43º 0.96% 0.99% -
XYZ 44.55 73.53 62.3 -
YUV 172.62 139.49 11.3 -
System Red Green Blue C M Y K H S L
Decimal 9 252 193 0.96 0 0.23 0.01 165.43 0.98 0.51
Hex 9 FC C1 60 0 17 1 A5 62 33
Octal 11 374 301 140 0 27 1 245 142 63
Binary 1001 11111100 11000001 1100000 0 10111 1 10100101 1100010 110011

Color Harmonies of #09FCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FCC1

Black with #09FCC1

Text Example


Text Example

White with #09FCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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