Html Css Color HEX #09FCDC Bright Turquoise

📋 copy color: '#09FCDC'

red 9 ◦ green 252 ◦ blue 220

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

Shades of Bright Turquoise #09FCDC

Tints of Bright Turquoise #09FCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 1.87%
G = 52.39%
B = 45.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#09FCDC (or 0x09FCDC) is known color: Bright Turquoise. HEX triplet: 09, FC and DC. RGB value is (9,252,220). Sum of RGB (Red+Green+Blue) = 9+252+220=481 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.87% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #09FCDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FCDC is #F60323. Grayscale: #AFAFAF. Windows color (decimal): -16122660 or 14482441. OLE color: 14482441.

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

Color convert

RGB 9 252 220 -
CMYK 0.96 0 0.13 0.01
HSL 172.1º 0.98% 0.51% -
HSV(B) 172.1º 0.96% 0.99% -
XYZ 47.84 74.85 79.64 -
YUV 175.7 152.99 9.1 -
System Red Green Blue C M Y K H S L
Decimal 9 252 220 0.96 0 0.13 0.01 172.1 0.98 0.51
Hex 9 FC DC 60 0 D 1 AC 62 33
Octal 11 374 334 140 0 15 1 254 142 63
Binary 1001 11111100 11011100 1100000 0 1101 1 10101100 1100010 110011

Color Harmonies of #09FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FCDC

Black with #09FCDC

Text Example


Text Example

White with #09FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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