Html Css Color HEX #15ECC1 Bright Turquoise

📋 copy color: '#15ECC1'

red 21 ◦ green 236 ◦ blue 193

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

Shades of Bright Turquoise #15ECC1

Tints of Bright Turquoise #15ECC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.89%

R = 4.67%
G = 52.44%
B = 42.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#15ECC1 (or 0x15ECC1) is known color: Bright Turquoise. HEX triplet: 15, EC and C1. RGB value is (21,236,193). Sum of RGB (Red+Green+Blue) = 21+236+193=450 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.67% from 450); Green value is 236 (92.58% from 255 or 52.44% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECC1 is #EA133E. Grayscale: #A6A6A6. Windows color (decimal): -15340351 or 12708885. OLE color: 12708885.

HSL color Cylindrical-coordinate representation of color #15ECC1: hue angle of 168º 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 #15ECC1 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 236 193 -
CMYK 0.91 0 0.18 0.07
HSL 168º 0.85% 0.5% -
HSV(B) 168º 0.91% 0.93% -
XYZ 39.93 64 60.7 -
YUV 166.81 142.77 24 -
System Red Green Blue C M Y K H S L
Decimal 21 236 193 0.91 0 0.18 0.07 168 0.85 0.5
Hex 15 EC C1 5B 0 12 7 A8 55 32
Octal 25 354 301 133 0 22 7 250 125 62
Binary 10101 11101100 11000001 1011011 0 10010 111 10101000 1010101 110010

Color Harmonies of #15ECC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ECC1

Black with #15ECC1

Text Example


Text Example

White with #15ECC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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