Html Css Color HEX #15ECD8 Bright Turquoise

📋 copy color: '#15ECD8'

red 21 ◦ green 236 ◦ blue 216

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

Shades of Bright Turquoise #15ECD8

Tints of Bright Turquoise #15ECD8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.89%

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

R = 4.44%
G = 49.89%
B = 45.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#15ECD8 (or 0x15ECD8) is known color: Bright Turquoise. HEX triplet: 15, EC and D8. RGB value is (21,236,216). Sum of RGB (Red+Green+Blue) = 21+236+216=473 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.44% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECD8 is #EA1327. Grayscale: #A9A9A9. Windows color (decimal): -15340328 or 14216213. OLE color: 14216213.

HSL color Cylindrical-coordinate representation of color #15ECD8: hue angle of 174.42º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15ECD8 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 236 216 -
CMYK 0.91 0 0.08 0.07
HSL 174.42º 0.85% 0.5% -
HSV(B) 174.42º 0.91% 0.93% -
XYZ 42.7 65.11 75.28 -
YUV 169.44 154.27 22.13 -
System Red Green Blue C M Y K H S L
Decimal 21 236 216 0.91 0 0.08 0.07 174.42 0.85 0.5
Hex 15 EC D8 5B 0 8 7 AE 55 32
Octal 25 354 330 133 0 10 7 256 125 62
Binary 10101 11101100 11011000 1011011 0 1000 111 10101110 1010101 110010

Color Harmonies of #15ECD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ECD8

Black with #15ECD8

Text Example


Text Example

White with #15ECD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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