Html Css Color HEX #15CDD0 Dark Turquoise

📋 copy color: '#15CDD0'

red 21 ◦ green 205 ◦ blue 208

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

Shades of Dark Turquoise #15CDD0

Tints of Dark Turquoise #15CDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.93%

R = 4.84%
G = 47.24%
B = 47.93%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#15CDD0 (or 0x15CDD0) is known color: Dark Turquoise. HEX triplet: 15, CD and D0. RGB value is (21,205,208). Sum of RGB (Red+Green+Blue) = 21+205+208=434 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.84% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #15CDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CDD0 is #EA322F. Grayscale: #969696. Windows color (decimal): -15348272 or 13683989. OLE color: 13683989.

HSL color Cylindrical-coordinate representation of color #15CDD0: hue angle of 180.96º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CDD0 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 205 208 -
CMYK 0.90 0.01 0 0.18
HSL 180.96º 0.82% 0.45% -
HSV(B) 180.96º 0.9% 0.82% -
XYZ 33.53 48.38 67.25 -
YUV 150.33 160.54 35.76 -
System Red Green Blue C M Y K H S L
Decimal 21 205 208 0.90 0.01 0 0.18 180.96 0.82 0.45
Hex 15 CD D0 5A 1 0 12 B5 52 2D
Octal 25 315 320 132 1 0 22 265 122 55
Binary 10101 11001101 11010000 1011010 1 0 10010 10110101 1010010 101101

Color Harmonies of #15CDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CDD0

Black with #15CDD0

Text Example


Text Example

White with #15CDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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