Html Css Color HEX #15DEC7 Bright Turquoise

📋 copy color: '#15DEC7'

red 21 ◦ green 222 ◦ blue 199

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

Shades of Bright Turquoise #15DEC7

Tints of Bright Turquoise #15DEC7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.23%

 BLUE value IS 199 (78.13% from 255) = 45.02%

R = 4.75%
G = 50.23%
B = 45.02%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#15DEC7 (or 0x15DEC7) is known color: Bright Turquoise. HEX triplet: 15, DE and C7. RGB value is (21,222,199). Sum of RGB (Red+Green+Blue) = 21+222+199=442 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.75% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #15DEC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DEC7 is #EA2138. Grayscale: #9F9F9F. Windows color (decimal): -15343929 or 13098517. OLE color: 13098517.

HSL color Cylindrical-coordinate representation of color #15DEC7: hue angle of 173.13º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DEC7 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 222 199 -
CMYK 0.91 0 0.10 0.13
HSL 173.13º 0.83% 0.48% -
HSV(B) 173.13º 0.91% 0.87% -
XYZ 36.74 56.53 63.01 -
YUV 159.28 150.41 29.37 -
System Red Green Blue C M Y K H S L
Decimal 21 222 199 0.91 0 0.10 0.13 173.13 0.83 0.48
Hex 15 DE C7 5B 0 A D AD 53 30
Octal 25 336 307 133 0 12 15 255 123 60
Binary 10101 11011110 11000111 1011011 0 1010 1101 10101101 1010011 110000

Color Harmonies of #15DEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DEC7

Black with #15DEC7

Text Example


Text Example

White with #15DEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,222,199); }

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

background-color css

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

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

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

border-color css

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

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

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