Html Css Color HEX #09D9DC Bright Turquoise

📋 copy color: '#09D9DC'

red 9 ◦ green 217 ◦ blue 220

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

Shades of Bright Turquoise #09D9DC

Tints of Bright Turquoise #09D9DC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.65%

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

R = 2.02%
G = 48.65%
B = 49.33%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#09D9DC (or 0x09D9DC) is known color: Bright Turquoise. HEX triplet: 09, D9 and DC. RGB value is (9,217,220). Sum of RGB (Red+Green+Blue) = 9+217+220=446 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.02% from 446); Green value is 217 (85.16% from 255 or 48.65% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #09D9DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D9DC is #F62623. Grayscale: #9A9A9A. Windows color (decimal): -16131620 or 14473481. OLE color: 14473481.

HSL color Cylindrical-coordinate representation of color #09D9DC: hue angle of 180.85º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D9DC is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 217 220 -
CMYK 0.96 0.01 0 0.14
HSL 180.85º 0.92% 0.45% -
HSV(B) 180.85º 0.96% 0.86% -
XYZ 37.84 54.85 76.3 -
YUV 155.15 164.59 23.76 -
System Red Green Blue C M Y K H S L
Decimal 9 217 220 0.96 0.01 0 0.14 180.85 0.92 0.45
Hex 9 D9 DC 60 1 0 E B5 5C 2D
Octal 11 331 334 140 1 0 16 265 134 55
Binary 1001 11011001 11011100 1100000 1 0 1110 10110101 1011100 101101

Color Harmonies of #09D9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D9DC

Black with #09D9DC

Text Example


Text Example

White with #09D9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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