Html Css Color HEX #15E7CD Bright Turquoise

📋 copy color: '#15E7CD'

red 21 ◦ green 231 ◦ blue 205

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

Shades of Bright Turquoise #15E7CD

Tints of Bright Turquoise #15E7CD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.55%

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 4.6%
G = 50.55%
B = 44.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#15E7CD (or 0x15E7CD) is known color: Bright Turquoise. HEX triplet: 15, E7 and CD. RGB value is (21,231,205). Sum of RGB (Red+Green+Blue) = 21+231+205=457 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.60% from 457); Green value is 231 (90.62% from 255 or 50.55% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 231 - color contains mainly: green. Hex color #15E7CD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E7CD is #EA1832. Grayscale: #A5A5A5. Windows color (decimal): -15341619 or 13494037. OLE color: 13494037.

HSL color Cylindrical-coordinate representation of color #15E7CD: hue angle of 172.57º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E7CD is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 21 231 205 -
CMYK 0.91 0 0.11 0.09
HSL 172.57º 0.83% 0.49% -
HSV(B) 172.57º 0.91% 0.91% -
XYZ 39.9 61.72 67.57 -
YUV 165.25 150.43 25.11 -
System Red Green Blue C M Y K H S L
Decimal 21 231 205 0.91 0 0.11 0.09 172.57 0.83 0.49
Hex 15 E7 CD 5B 0 B 9 AD 53 31
Octal 25 347 315 133 0 13 11 255 123 61
Binary 10101 11100111 11001101 1011011 0 1011 1001 10101101 1010011 110001

Color Harmonies of #15E7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E7CD

Black with #15E7CD

Text Example


Text Example

White with #15E7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,231,205); }

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

background-color css

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

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

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

border-color css

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

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

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