Html Css Color HEX #15CDDC Dark Turquoise

📋 copy color: '#15CDDC'

red 21 ◦ green 205 ◦ blue 220

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

Shades of Dark Turquoise #15CDDC

Tints of Dark Turquoise #15CDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.96%

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

R = 4.71%
G = 45.96%
B = 49.33%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#15CDDC (or 0x15CDDC) is known color: Dark Turquoise. HEX triplet: 15, CD and DC. RGB value is (21,205,220). Sum of RGB (Red+Green+Blue) = 21+205+220=446 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.71% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #15CDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CDDC is #EA3223. Grayscale: #979797. Windows color (decimal): -15348260 or 14470421. OLE color: 14470421.

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

Color convert

RGB 21 205 220 -
CMYK 0.90 0.07 0 0.14
HSL 184.52º 0.83% 0.47% -
HSV(B) 184.52º 0.9% 0.86% -
XYZ 35.06 48.99 75.32 -
YUV 151.69 166.54 34.78 -
System Red Green Blue C M Y K H S L
Decimal 21 205 220 0.90 0.07 0 0.14 184.52 0.83 0.47
Hex 15 CD DC 5A 7 0 E B9 53 2F
Octal 25 315 334 132 7 0 16 271 123 57
Binary 10101 11001101 11011100 1011010 111 0 1110 10111001 1010011 101111

Color Harmonies of #15CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CDDC

Black with #15CDDC

Text Example


Text Example

White with #15CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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