Html Css Color HEX #15ECCE Bright Turquoise

📋 copy color: '#15ECCE'

red 21 ◦ green 236 ◦ blue 206

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

Shades of Bright Turquoise #15ECCE

Tints of Bright Turquoise #15ECCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 4.54%
G = 50.97%
B = 44.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#15ECCE (or 0x15ECCE) is known color: Bright Turquoise. HEX triplet: 15, EC and CE. RGB value is (21,236,206). Sum of RGB (Red+Green+Blue) = 21+236+206=463 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.54% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECCE is #EA1331. Grayscale: #A8A8A8. Windows color (decimal): -15340338 or 13560853. OLE color: 13560853.

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

Color convert

RGB 21 236 206 -
CMYK 0.91 0 0.13 0.07
HSL 171.63º 0.85% 0.5% -
HSV(B) 171.63º 0.91% 0.93% -
XYZ 41.45 64.61 68.68 -
YUV 168.3 149.27 22.94 -
System Red Green Blue C M Y K H S L
Decimal 21 236 206 0.91 0 0.13 0.07 171.63 0.85 0.5
Hex 15 EC CE 5B 0 D 7 AC 55 32
Octal 25 354 316 133 0 15 7 254 125 62
Binary 10101 11101100 11001110 1011011 0 1101 111 10101100 1010101 110010

Color Harmonies of #15ECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ECCE

Black with #15ECCE

Text Example


Text Example

White with #15ECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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