Html Css Color HEX #15C7DC Dark Turquoise

📋 copy color: '#15C7DC'

red 21 ◦ green 199 ◦ blue 220

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

Shades of Dark Turquoise #15C7DC

Tints of Dark Turquoise #15C7DC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.23%

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

R = 4.77%
G = 45.23%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#15C7DC (or 0x15C7DC) is known color: Dark Turquoise. HEX triplet: 15, C7 and DC. RGB value is (21,199,220). Sum of RGB (Red+Green+Blue) = 21+199+220=440 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.77% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #15C7DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C7DC is #EA3823. Grayscale: #939393. Windows color (decimal): -15349796 or 14468885. OLE color: 14468885.

HSL color Cylindrical-coordinate representation of color #15C7DC: hue angle of 186.33º 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 #15C7DC is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 199 220 -
CMYK 0.90 0.10 0 0.14
HSL 186.33º 0.83% 0.47% -
HSV(B) 186.33º 0.9% 0.86% -
XYZ 33.65 46.17 74.85 -
YUV 148.17 168.53 37.29 -
System Red Green Blue C M Y K H S L
Decimal 21 199 220 0.90 0.10 0 0.14 186.33 0.83 0.47
Hex 15 C7 DC 5A A 0 E BA 53 2F
Octal 25 307 334 132 12 0 16 272 123 57
Binary 10101 11000111 11011100 1011010 1010 0 1110 10111010 1010011 101111

Color Harmonies of #15C7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15C7DC

Black with #15C7DC

Text Example


Text Example

White with #15C7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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