Html Css Color HEX #09D9DB Bright Turquoise

📋 copy color: '#09D9DB'

red 9 ◦ green 217 ◦ blue 219

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

Shades of Bright Turquoise #09D9DB

Tints of Bright Turquoise #09D9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 2.02%
G = 48.76%
B = 49.21%

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

#09D9DB (or 0x09D9DB) is known color: Bright Turquoise. HEX triplet: 09, D9 and DB. RGB value is (9,217,219). Sum of RGB (Red+Green+Blue) = 9+217+219=445 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.02% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #09D9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09D9DB is #F62624. Grayscale: #9A9A9A. Windows color (decimal): -16131621 or 14407945. OLE color: 14407945.

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

Color convert

RGB 9 217 219 -
CMYK 0.96 0.01 0 0.14
HSL 180.57º 0.92% 0.45% -
HSV(B) 180.57º 0.96% 0.86% -
XYZ 37.71 54.8 75.61 -
YUV 155.04 164.09 23.84 -
System Red Green Blue C M Y K H S L
Decimal 9 217 219 0.96 0.01 0 0.14 180.57 0.92 0.45
Hex 9 D9 DB 60 1 0 E B5 5C 2D
Octal 11 331 333 140 1 0 16 265 134 55
Binary 1001 11011001 11011011 1100000 1 0 1110 10110101 1011100 101101

Color Harmonies of #09D9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D9DB

Black with #09D9DB

Text Example


Text Example

White with #09D9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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