Html Css Color HEX #15D0DC Dark Turquoise

📋 copy color: '#15D0DC'

red 21 ◦ green 208 ◦ blue 220

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

Shades of Dark Turquoise #15D0DC

Tints of Dark Turquoise #15D0DC

RGB

 RED value IS 21 (8.59% from 255) = 4.68%

 GREEN value IS 208 (81.64% from 255) = 46.33%

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

R = 4.68%
G = 46.33%
B = 49%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#15D0DC (or 0x15D0DC) is known color: Dark Turquoise. HEX triplet: 15, D0 and DC. RGB value is (21,208,220). Sum of RGB (Red+Green+Blue) = 21+208+220=449 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.68% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #15D0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15D0DC is #EA2F23. Grayscale: #999999. Windows color (decimal): -15347492 or 14471189. OLE color: 14471189.

HSL color Cylindrical-coordinate representation of color #15D0DC: hue angle of 183.62º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D0DC is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 208 220 -
CMYK 0.90 0.05 0 0.14
HSL 183.62º 0.83% 0.47% -
HSV(B) 183.62º 0.9% 0.86% -
XYZ 35.78 50.44 75.56 -
YUV 153.46 165.55 33.52 -
System Red Green Blue C M Y K H S L
Decimal 21 208 220 0.90 0.05 0 0.14 183.62 0.83 0.47
Hex 15 D0 DC 5A 5 0 E B8 53 2F
Octal 25 320 334 132 5 0 16 270 123 57
Binary 10101 11010000 11011100 1011010 101 0 1110 10111000 1010011 101111

Color Harmonies of #15D0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15D0DC

Black with #15D0DC

Text Example


Text Example

White with #15D0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15D0DC; }

 p { color: rgb(21,208,220); }

 H1.HeaderClassName
 {
   color: #15D0DC;
 }
 .AnyTagClassName
 {
   color: #15D0DC;
 }
</style>

background-color css

<style>
 a { background-color: #15D0DC; }

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

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

border-color css

<style>
 span { border-color: #15D0DC; }

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

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