Html Css Color HEX #09DCDC Bright Turquoise

📋 copy color: '#09DCDC'

red 9 ◦ green 220 ◦ blue 220

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

Shades of Bright Turquoise #09DCDC

Tints of Bright Turquoise #09DCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49%

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

R = 2%
G = 49%
B = 49%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#09DCDC (or 0x09DCDC) is known color: Bright Turquoise. HEX triplet: 09, DC and DC. RGB value is (9,220,220). Sum of RGB (Red+Green+Blue) = 9+220+220=449 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #09DCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DCDC is #F62323. Grayscale: #9C9C9C. Windows color (decimal): -16130852 or 14474249. OLE color: 14474249.

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

Color convert

RGB 9 220 220 -
CMYK 0.96 0 0 0.14
HSL 180º 0.92% 0.45% -
HSV(B) 180º 0.96% 0.86% -
XYZ 38.62 56.41 76.56 -
YUV 156.91 163.6 22.5 -
System Red Green Blue C M Y K H S L
Decimal 9 220 220 0.96 0 0 0.14 180 0.92 0.45
Hex 9 DC DC 60 0 0 E B4 5C 2D
Octal 11 334 334 140 0 0 16 264 134 55
Binary 1001 11011100 11011100 1100000 0 0 1110 10110100 1011100 101101

Color Harmonies of #09DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DCDC

Black with #09DCDC

Text Example


Text Example

White with #09DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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