Html Css Color HEX #15E1EC Bright Turquoise

📋 copy color: '#15E1EC'

red 21 ◦ green 225 ◦ blue 236

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

Shades of Bright Turquoise #15E1EC

Tints of Bright Turquoise #15E1EC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.68%

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

R = 4.36%
G = 46.68%
B = 48.96%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#15E1EC (or 0x15E1EC) is known color: Bright Turquoise. HEX triplet: 15, E1 and EC. RGB value is (21,225,236). Sum of RGB (Red+Green+Blue) = 21+225+236=482 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.36% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #15E1EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15E1EC is #EA1E13. Grayscale: #A5A5A5. Windows color (decimal): -15343124 or 15524117. OLE color: 15524117.

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

Color convert

RGB 21 225 236 -
CMYK 0.91 0.05 0 0.07
HSL 183.07º 0.85% 0.5% -
HSV(B) 183.07º 0.91% 0.93% -
XYZ 42.37 60.07 88.72 -
YUV 165.26 167.91 25.11 -
System Red Green Blue C M Y K H S L
Decimal 21 225 236 0.91 0.05 0 0.07 183.07 0.85 0.5
Hex 15 E1 EC 5B 5 0 7 B7 55 32
Octal 25 341 354 133 5 0 7 267 125 62
Binary 10101 11100001 11101100 1011011 101 0 111 10110111 1010101 110010

Color Harmonies of #15E1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E1EC

Black with #15E1EC

Text Example


Text Example

White with #15E1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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