Html Css Color HEX #09DBDC Bright Turquoise

📋 copy color: '#09DBDC'

red 9 ◦ green 219 ◦ blue 220

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

Shades of Bright Turquoise #09DBDC

Tints of Bright Turquoise #09DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.88%

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

R = 2.01%
G = 48.88%
B = 49.11%

CMYK

 C value IS 0.96

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#09DBDC (or 0x09DBDC) is known color: Bright Turquoise. HEX triplet: 09, DB and DC. RGB value is (9,219,220). Sum of RGB (Red+Green+Blue) = 9+219+220=448 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.01% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #09DBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DBDC is #F62423. Grayscale: #9C9C9C. Windows color (decimal): -16131108 or 14473993. OLE color: 14473993.

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

Color convert

RGB 9 219 220 -
CMYK 0.96 0.00 0 0.14
HSL 180.28º 0.92% 0.45% -
HSV(B) 180.28º 0.96% 0.86% -
XYZ 38.36 55.89 76.48 -
YUV 156.32 163.93 22.92 -
System Red Green Blue C M Y K H S L
Decimal 9 219 220 0.96 0.00 0 0.14 180.28 0.92 0.45
Hex 9 DB DC 60 0 0 E B4 5C 2D
Octal 11 333 334 140 0 0 16 264 134 55
Binary 1001 11011011 11011100 1100000 0 0 1110 10110100 1011100 101101

Color Harmonies of #09DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DBDC

Black with #09DBDC

Text Example


Text Example

White with #09DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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