Html Css Color HEX #15ECBF Bright Turquoise

📋 copy color: '#15ECBF'

red 21 ◦ green 236 ◦ blue 191

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

Shades of Bright Turquoise #15ECBF

Tints of Bright Turquoise #15ECBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.63%

R = 4.69%
G = 52.68%
B = 42.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#15ECBF (or 0x15ECBF) is known color: Bright Turquoise. HEX triplet: 15, EC and BF. RGB value is (21,236,191). Sum of RGB (Red+Green+Blue) = 21+236+191=448 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.69% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECBF is #EA1340. Grayscale: #A6A6A6. Windows color (decimal): -15340353 or 12577813. OLE color: 12577813.

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

Color convert

RGB 21 236 191 -
CMYK 0.91 0 0.19 0.07
HSL 167.44º 0.85% 0.5% -
HSV(B) 167.44º 0.91% 0.93% -
XYZ 39.71 63.91 59.53 -
YUV 166.59 141.77 24.16 -
System Red Green Blue C M Y K H S L
Decimal 21 236 191 0.91 0 0.19 0.07 167.44 0.85 0.5
Hex 15 EC BF 5B 0 13 7 A7 55 32
Octal 25 354 277 133 0 23 7 247 125 62
Binary 10101 11101100 10111111 1011011 0 10011 111 10100111 1010101 110010

Color Harmonies of #15ECBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ECBF

Black with #15ECBF

Text Example


Text Example

White with #15ECBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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