Html Css Color HEX #15ECBE Bright Turquoise

📋 copy color: '#15ECBE'

red 21 ◦ green 236 ◦ blue 190

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

Shades of Bright Turquoise #15ECBE

Tints of Bright Turquoise #15ECBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.51%

R = 4.7%
G = 52.8%
B = 42.51%

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

#15ECBE (or 0x15ECBE) is known color: Bright Turquoise. HEX triplet: 15, EC and BE. RGB value is (21,236,190). Sum of RGB (Red+Green+Blue) = 21+236+190=447 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.70% from 447); Green value is 236 (92.58% from 255 or 52.80% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECBE is #EA1341. Grayscale: #A6A6A6. Windows color (decimal): -15340354 or 12512277. OLE color: 12512277.

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

Color convert

RGB 21 236 190 -
CMYK 0.91 0 0.19 0.07
HSL 167.16º 0.85% 0.5% -
HSV(B) 167.16º 0.91% 0.93% -
XYZ 39.6 63.87 58.96 -
YUV 166.47 141.27 24.24 -
System Red Green Blue C M Y K H S L
Decimal 21 236 190 0.91 0 0.19 0.07 167.16 0.85 0.5
Hex 15 EC BE 5B 0 13 7 A7 55 32
Octal 25 354 276 133 0 23 7 247 125 62
Binary 10101 11101100 10111110 1011011 0 10011 111 10100111 1010101 110010

Color Harmonies of #15ECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ECBE

Black with #15ECBE

Text Example


Text Example

White with #15ECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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