Html Css Color HEX #09FCDF Bright Turquoise

📋 copy color: '#09FCDF'

red 9 ◦ green 252 ◦ blue 223

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

Shades of Bright Turquoise #09FCDF

Tints of Bright Turquoise #09FCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 1.86%
G = 52.07%
B = 46.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#09FCDF (or 0x09FCDF) is known color: Bright Turquoise. HEX triplet: 09, FC and DF. RGB value is (9,252,223). Sum of RGB (Red+Green+Blue) = 9+252+223=484 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #09FCDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FCDF is #F60320. Grayscale: #AFAFAF. Windows color (decimal): -16122657 or 14679049. OLE color: 14679049.

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

Color convert

RGB 9 252 223 -
CMYK 0.96 0 0.12 0.01
HSL 172.84º 0.98% 0.51% -
HSV(B) 172.84º 0.96% 0.99% -
XYZ 48.24 75.01 81.75 -
YUV 176.04 154.49 8.86 -
System Red Green Blue C M Y K H S L
Decimal 9 252 223 0.96 0 0.12 0.01 172.84 0.98 0.51
Hex 9 FC DF 60 0 C 1 AD 62 33
Octal 11 374 337 140 0 14 1 255 142 63
Binary 1001 11111100 11011111 1100000 0 1100 1 10101101 1100010 110011

Color Harmonies of #09FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FCDF

Black with #09FCDF

Text Example


Text Example

White with #09FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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