Html Css Color HEX #15DCD7 Bright Turquoise

📋 copy color: '#15DCD7'

red 21 ◦ green 220 ◦ blue 215

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

Shades of Bright Turquoise #15DCD7

Tints of Bright Turquoise #15DCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.15%

R = 4.61%
G = 48.25%
B = 47.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#15DCD7 (or 0x15DCD7) is known color: Bright Turquoise. HEX triplet: 15, DC and D7. RGB value is (21,220,215). Sum of RGB (Red+Green+Blue) = 21+220+215=456 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.61% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #15DCD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DCD7 is #EA2328. Grayscale: #9F9F9F. Windows color (decimal): -15344425 or 14146581. OLE color: 14146581.

HSL color Cylindrical-coordinate representation of color #15DCD7: hue angle of 178.49º 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 #15DCD7 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 220 215 -
CMYK 0.90 0 0.02 0.14
HSL 178.49º 0.83% 0.47% -
HSV(B) 178.49º 0.9% 0.86% -
XYZ 38.17 56.25 73.14 -
YUV 159.93 159.07 28.91 -
System Red Green Blue C M Y K H S L
Decimal 21 220 215 0.90 0 0.02 0.14 178.49 0.83 0.47
Hex 15 DC D7 5A 0 2 E B2 53 2F
Octal 25 334 327 132 0 2 16 262 123 57
Binary 10101 11011100 11010111 1011010 0 10 1110 10110010 1010011 101111

Color Harmonies of #15DCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DCD7

Black with #15DCD7

Text Example


Text Example

White with #15DCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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