Html Css Color HEX #15CED0 Dark Turquoise

📋 copy color: '#15CED0'

red 21 ◦ green 206 ◦ blue 208

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

Shades of Dark Turquoise #15CED0

Tints of Dark Turquoise #15CED0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.36%

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

R = 4.83%
G = 47.36%
B = 47.82%

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

#15CED0 (or 0x15CED0) is known color: Dark Turquoise. HEX triplet: 15, CE and D0. RGB value is (21,206,208). Sum of RGB (Red+Green+Blue) = 21+206+208=435 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.83% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #15CED0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CED0 is #EA312F. Grayscale: #969696. Windows color (decimal): -15348016 or 13684245. OLE color: 13684245.

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

Color convert

RGB 21 206 208 -
CMYK 0.90 0.01 0 0.18
HSL 180.64º 0.82% 0.45% -
HSV(B) 180.64º 0.9% 0.82% -
XYZ 33.77 48.86 67.33 -
YUV 150.91 160.21 35.34 -
System Red Green Blue C M Y K H S L
Decimal 21 206 208 0.90 0.01 0 0.18 180.64 0.82 0.45
Hex 15 CE D0 5A 1 0 12 B5 52 2D
Octal 25 316 320 132 1 0 22 265 122 55
Binary 10101 11001110 11010000 1011010 1 0 10010 10110101 1010010 101101

Color Harmonies of #15CED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CED0

Black with #15CED0

Text Example


Text Example

White with #15CED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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