Html Css Color HEX #15CED8 Dark Turquoise

📋 copy color: '#15CED8'

red 21 ◦ green 206 ◦ blue 216

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

Shades of Dark Turquoise #15CED8

Tints of Dark Turquoise #15CED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.76%

R = 4.74%
G = 46.5%
B = 48.76%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#15CED8 (or 0x15CED8) is known color: Dark Turquoise. HEX triplet: 15, CE and D8. RGB value is (21,206,216). Sum of RGB (Red+Green+Blue) = 21+206+216=443 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.74% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #15CED8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CED8 is #EA3127. Grayscale: #979797. Windows color (decimal): -15348008 or 14208533. OLE color: 14208533.

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

Color convert

RGB 21 206 216 -
CMYK 0.90 0.05 0 0.15
HSL 183.08º 0.82% 0.46% -
HSV(B) 183.08º 0.9% 0.85% -
XYZ 34.78 49.26 72.64 -
YUV 151.83 164.21 34.69 -
System Red Green Blue C M Y K H S L
Decimal 21 206 216 0.90 0.05 0 0.15 183.08 0.82 0.46
Hex 15 CE D8 5A 5 0 F B7 52 2E
Octal 25 316 330 132 5 0 17 267 122 56
Binary 10101 11001110 11011000 1011010 101 0 1111 10110111 1010010 101110

Color Harmonies of #15CED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CED8

Black with #15CED8

Text Example


Text Example

White with #15CED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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