Html Css Color HEX #15DACD Dark Turquoise

📋 copy color: '#15DACD'

red 21 ◦ green 218 ◦ blue 205

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

Shades of Dark Turquoise #15DACD

Tints of Dark Turquoise #15DACD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.1%

 BLUE value IS 205 (80.47% from 255) = 46.17%

R = 4.73%
G = 49.1%
B = 46.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#15DACD (or 0x15DACD) is known color: Dark Turquoise. HEX triplet: 15, DA and CD. RGB value is (21,218,205). Sum of RGB (Red+Green+Blue) = 21+218+205=444 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.73% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #15DACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DACD is #EA2532. Grayscale: #9D9D9D. Windows color (decimal): -15344947 or 13490709. OLE color: 13490709.

HSL color Cylindrical-coordinate representation of color #15DACD: hue angle of 176.04º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DACD is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 218 205 -
CMYK 0.90 0 0.06 0.15
HSL 176.04º 0.82% 0.47% -
HSV(B) 176.04º 0.9% 0.85% -
XYZ 36.4 54.71 66.4 -
YUV 157.62 154.73 30.56 -
System Red Green Blue C M Y K H S L
Decimal 21 218 205 0.90 0 0.06 0.15 176.04 0.82 0.47
Hex 15 DA CD 5A 0 6 F B0 52 2F
Octal 25 332 315 132 0 6 17 260 122 57
Binary 10101 11011010 11001101 1011010 0 110 1111 10110000 1010010 101111

Color Harmonies of #15DACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DACD

Black with #15DACD

Text Example


Text Example

White with #15DACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,218,205); }

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

background-color css

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

 a { background-color: rgb(21,218,205); }

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

border-color css

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

 span { border-color: rgb(21,218,205); }

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