Html Css Color HEX #15EBC1 Bright Turquoise

📋 copy color: '#15EBC1'

red 21 ◦ green 235 ◦ blue 193

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

Shades of Bright Turquoise #15EBC1

Tints of Bright Turquoise #15EBC1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.34%

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

R = 4.68%
G = 52.34%
B = 42.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#15EBC1 (or 0x15EBC1) is known color: Bright Turquoise. HEX triplet: 15, EB and C1. RGB value is (21,235,193). Sum of RGB (Red+Green+Blue) = 21+235+193=449 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.68% from 449); Green value is 235 (92.19% from 255 or 52.34% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 235 - color contains mainly: green. Hex color #15EBC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EBC1 is #EA143E. Grayscale: #A6A6A6. Windows color (decimal): -15340607 or 12708629. OLE color: 12708629.

HSL color Cylindrical-coordinate representation of color #15EBC1: hue angle of 168.22º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EBC1 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 235 193 -
CMYK 0.91 0 0.18 0.08
HSL 168.22º 0.84% 0.5% -
HSV(B) 168.22º 0.91% 0.92% -
XYZ 39.64 63.43 60.61 -
YUV 166.23 143.1 24.42 -
System Red Green Blue C M Y K H S L
Decimal 21 235 193 0.91 0 0.18 0.08 168.22 0.84 0.5
Hex 15 EB C1 5B 0 12 8 A8 54 32
Octal 25 353 301 133 0 22 10 250 124 62
Binary 10101 11101011 11000001 1011011 0 10010 1000 10101000 1010100 110010

Color Harmonies of #15EBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EBC1

Black with #15EBC1

Text Example


Text Example

White with #15EBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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