Html Css Color HEX #15DACE Bright Turquoise

📋 copy color: '#15DACE'

red 21 ◦ green 218 ◦ blue 206

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

Shades of Bright Turquoise #15DACE

Tints of Bright Turquoise #15DACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.99%

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 4.72%
G = 48.99%
B = 46.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#15DACE (or 0x15DACE) is known color: Bright Turquoise. HEX triplet: 15, DA and CE. RGB value is (21,218,206). Sum of RGB (Red+Green+Blue) = 21+218+206=445 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.72% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 218 - color contains mainly: green. Hex color #15DACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DACE is #EA2531. Grayscale: #9D9D9D. Windows color (decimal): -15344946 or 13556245. OLE color: 13556245.

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

Color convert

RGB 21 218 206 -
CMYK 0.90 0 0.06 0.15
HSL 176.35º 0.82% 0.47% -
HSV(B) 176.35º 0.9% 0.85% -
XYZ 36.52 54.76 67.04 -
YUV 157.73 155.23 30.48 -
System Red Green Blue C M Y K H S L
Decimal 21 218 206 0.90 0 0.06 0.15 176.35 0.82 0.47
Hex 15 DA CE 5A 0 6 F B0 52 2F
Octal 25 332 316 132 0 6 17 260 122 57
Binary 10101 11011010 11001110 1011010 0 110 1111 10110000 1010010 101111

Color Harmonies of #15DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DACE

Black with #15DACE

Text Example


Text Example

White with #15DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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