Html Css Color HEX #15FCDC Bright Turquoise

📋 copy color: '#15FCDC'

red 21 ◦ green 252 ◦ blue 220

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

Shades of Bright Turquoise #15FCDC

Tints of Bright Turquoise #15FCDC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.12%

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

R = 4.26%
G = 51.12%
B = 44.62%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#15FCDC (or 0x15FCDC) is known color: Bright Turquoise. HEX triplet: 15, FC and DC. RGB value is (21,252,220). Sum of RGB (Red+Green+Blue) = 21+252+220=493 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.26% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #15FCDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FCDC is #EA0323. Grayscale: #B3B3B3. Windows color (decimal): -15336228 or 14482453. OLE color: 14482453.

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

Color convert

RGB 21 252 220 -
CMYK 0.92 0 0.13 0.01
HSL 171.69º 0.97% 0.54% -
HSV(B) 171.69º 0.92% 0.99% -
XYZ 48.04 74.95 79.64 -
YUV 179.28 150.97 15.1 -
System Red Green Blue C M Y K H S L
Decimal 21 252 220 0.92 0 0.13 0.01 171.69 0.97 0.54
Hex 15 FC DC 5C 0 D 1 AC 61 36
Octal 25 374 334 134 0 15 1 254 141 66
Binary 10101 11111100 11011100 1011100 0 1101 1 10101100 1100001 110110

Color Harmonies of #15FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FCDC

Black with #15FCDC

Text Example


Text Example

White with #15FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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