Html Css Color HEX #09DDDB Bright Turquoise

📋 copy color: '#09DDDB'

red 9 ◦ green 221 ◦ blue 219

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

Shades of Bright Turquoise #09DDDB

Tints of Bright Turquoise #09DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.22%

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

R = 2%
G = 49.22%
B = 48.78%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#09DDDB (or 0x09DDDB) is known color: Bright Turquoise. HEX triplet: 09, DD and DB. RGB value is (9,221,219). Sum of RGB (Red+Green+Blue) = 9+221+219=449 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #09DDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DDDB is #F62224. Grayscale: #9D9D9D. Windows color (decimal): -16130597 or 14408969. OLE color: 14408969.

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

Color convert

RGB 9 221 219 -
CMYK 0.96 0 0.01 0.13
HSL 179.43º 0.92% 0.45% -
HSV(B) 179.43º 0.96% 0.87% -
XYZ 38.76 56.89 75.96 -
YUV 157.38 162.76 22.16 -
System Red Green Blue C M Y K H S L
Decimal 9 221 219 0.96 0 0.01 0.13 179.43 0.92 0.45
Hex 9 DD DB 60 0 1 D B3 5C 2D
Octal 11 335 333 140 0 1 15 263 134 55
Binary 1001 11011101 11011011 1100000 0 1 1101 10110011 1011100 101101

Color Harmonies of #09DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DDDB

Black with #09DDDB

Text Example


Text Example

White with #09DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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