Html Css Color HEX #15ECD7 Bright Turquoise

📋 copy color: '#15ECD7'

red 21 ◦ green 236 ◦ blue 215

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

Shades of Bright Turquoise #15ECD7

Tints of Bright Turquoise #15ECD7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50%

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

R = 4.45%
G = 50%
B = 45.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#15ECD7 (or 0x15ECD7) is known color: Bright Turquoise. HEX triplet: 15, EC and D7. RGB value is (21,236,215). Sum of RGB (Red+Green+Blue) = 21+236+215=472 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.45% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECD7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECD7 is #EA1328. Grayscale: #A9A9A9. Windows color (decimal): -15340329 or 14150677. OLE color: 14150677.

HSL color Cylindrical-coordinate representation of color #15ECD7: hue angle of 174.14º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15ECD7 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 236 215 -
CMYK 0.91 0 0.09 0.07
HSL 174.14º 0.85% 0.5% -
HSV(B) 174.14º 0.91% 0.93% -
XYZ 42.57 65.06 74.6 -
YUV 169.32 153.77 22.21 -
System Red Green Blue C M Y K H S L
Decimal 21 236 215 0.91 0 0.09 0.07 174.14 0.85 0.5
Hex 15 EC D7 5B 0 9 7 AE 55 32
Octal 25 354 327 133 0 11 7 256 125 62
Binary 10101 11101100 11010111 1011011 0 1001 111 10101110 1010101 110010

Color Harmonies of #15ECD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ECD7

Black with #15ECD7

Text Example


Text Example

White with #15ECD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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