Html Css Color HEX #15E2EC Bright Turquoise

📋 copy color: '#15E2EC'

red 21 ◦ green 226 ◦ blue 236

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

Shades of Bright Turquoise #15E2EC

Tints of Bright Turquoise #15E2EC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.79%

 BLUE value IS 236 (92.58% from 255) = 48.86%

R = 4.35%
G = 46.79%
B = 48.86%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#15E2EC (or 0x15E2EC) is known color: Bright Turquoise. HEX triplet: 15, E2 and EC. RGB value is (21,226,236). Sum of RGB (Red+Green+Blue) = 21+226+236=483 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.35% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #15E2EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15E2EC is #EA1D13. Grayscale: #A5A5A5. Windows color (decimal): -15342868 or 15524373. OLE color: 15524373.

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

Color convert

RGB 21 226 236 -
CMYK 0.91 0.04 0 0.07
HSL 182.79º 0.85% 0.5% -
HSV(B) 182.79º 0.91% 0.93% -
XYZ 42.65 60.61 88.81 -
YUV 165.85 167.58 24.69 -
System Red Green Blue C M Y K H S L
Decimal 21 226 236 0.91 0.04 0 0.07 182.79 0.85 0.5
Hex 15 E2 EC 5B 4 0 7 B7 55 32
Octal 25 342 354 133 4 0 7 267 125 62
Binary 10101 11100010 11101100 1011011 100 0 111 10110111 1010101 110010

Color Harmonies of #15E2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E2EC

Black with #15E2EC

Text Example


Text Example

White with #15E2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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