Html Css Color HEX #09FCCD Bright Turquoise

📋 copy color: '#09FCCD'

red 9 ◦ green 252 ◦ blue 205

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

Shades of Bright Turquoise #09FCCD

Tints of Bright Turquoise #09FCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.99%

R = 1.93%
G = 54.08%
B = 43.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#09FCCD (or 0x09FCCD) is known color: Bright Turquoise. HEX triplet: 09, FC and CD. RGB value is (9,252,205). Sum of RGB (Red+Green+Blue) = 9+252+205=466 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.93% from 466); Green value is 252 (98.83% from 255 or 54.08% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 252 - color contains mainly: green. Hex color #09FCCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FCCD is #F60332. Grayscale: #ADADAD. Windows color (decimal): -16122675 or 13499401. OLE color: 13499401.

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

Color convert

RGB 9 252 205 -
CMYK 0.96 0 0.19 0.01
HSL 168.4º 0.98% 0.51% -
HSV(B) 168.4º 0.96% 0.99% -
XYZ 45.94 74.09 69.64 -
YUV 173.99 145.49 10.32 -
System Red Green Blue C M Y K H S L
Decimal 9 252 205 0.96 0 0.19 0.01 168.4 0.98 0.51
Hex 9 FC CD 60 0 13 1 A8 62 33
Octal 11 374 315 140 0 23 1 250 142 63
Binary 1001 11111100 11001101 1100000 0 10011 1 10101000 1100010 110011

Color Harmonies of #09FCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FCCD

Black with #09FCCD

Text Example


Text Example

White with #09FCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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