Html Css Color HEX #15FFDC Bright Turquoise

📋 copy color: '#15FFDC'

red 21 ◦ green 255 ◦ blue 220

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

Shades of Bright Turquoise #15FFDC

Tints of Bright Turquoise #15FFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 51.41%

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 4.23%
G = 51.41%
B = 44.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#15FFDC (or 0x15FFDC) is known color: Bright Turquoise. HEX triplet: 15, FF and DC. RGB value is (21,255,220). Sum of RGB (Red+Green+Blue) = 21+255+220=496 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.23% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FFDC is #EA0023. Grayscale: #B4B4B4. Windows color (decimal): -15335460 or 14483221. OLE color: 14483221.

HSL color Cylindrical-coordinate representation of color #15FFDC: hue angle of 171.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FFDC is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 21 255 220 -
CMYK 0.92 0 0.14 0
HSL 171.03º 1% 0.54% -
HSV(B) 171.03º 0.92% 1% -
XYZ 48.99 76.85 79.96 -
YUV 181.04 149.98 13.85 -
System Red Green Blue C M Y K H S L
Decimal 21 255 220 0.92 0 0.14 0 171.03 1 0.54
Hex 15 FF DC 5C 0 E 0 AB 64 36
Octal 25 377 334 134 0 16 0 253 144 66
Binary 10101 11111111 11011100 1011100 0 1110 0 10101011 1100100 110110

Color Harmonies of #15FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FFDC

Black with #15FFDC

Text Example


Text Example

White with #15FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,255,220); }

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

background-color css

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

 a { background-color: rgb(21,255,220); }

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

border-color css

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

 span { border-color: rgb(21,255,220); }

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