Html Css Color HEX #15DCDC Bright Turquoise

📋 copy color: '#15DCDC'

red 21 ◦ green 220 ◦ blue 220

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

Shades of Bright Turquoise #15DCDC

Tints of Bright Turquoise #15DCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.72%

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

R = 4.56%
G = 47.72%
B = 47.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#15DCDC (or 0x15DCDC) is known color: Bright Turquoise. HEX triplet: 15, DC and DC. RGB value is (21,220,220). Sum of RGB (Red+Green+Blue) = 21+220+220=461 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.56% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #15DCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DCDC is #EA2323. Grayscale: #A0A0A0. Windows color (decimal): -15344420 or 14474261. OLE color: 14474261.

HSL color Cylindrical-coordinate representation of color #15DCDC: hue angle of 180º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DCDC is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 220 220 -
CMYK 0.90 0 0 0.14
HSL 180º 0.83% 0.47% -
HSV(B) 180º 0.9% 0.86% -
XYZ 38.82 56.51 76.57 -
YUV 160.5 161.57 28.5 -
System Red Green Blue C M Y K H S L
Decimal 21 220 220 0.90 0 0 0.14 180 0.83 0.47
Hex 15 DC DC 5A 0 0 E B4 53 2F
Octal 25 334 334 132 0 0 16 264 123 57
Binary 10101 11011100 11011100 1011010 0 0 1110 10110100 1010011 101111

Color Harmonies of #15DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DCDC

Black with #15DCDC

Text Example


Text Example

White with #15DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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