Html Css Color HEX #15E1E4 Bright Turquoise

📋 copy color: '#15E1E4'

red 21 ◦ green 225 ◦ blue 228

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

Shades of Bright Turquoise #15E1E4

Tints of Bright Turquoise #15E1E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.1%

R = 4.43%
G = 47.47%
B = 48.1%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#15E1E4 (or 0x15E1E4) is known color: Bright Turquoise. HEX triplet: 15, E1 and E4. RGB value is (21,225,228). Sum of RGB (Red+Green+Blue) = 21+225+228=474 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.43% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 228 (89.45% from 255 or 48.10% from 474); Max value from RGB is 228 - color contains mainly: blue. Hex color #15E1E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15E1E4 is #EA1E1B. Grayscale: #A4A4A4. Windows color (decimal): -15343132 or 14999829. OLE color: 14999829.

HSL color Cylindrical-coordinate representation of color #15E1E4: hue angle of 180.87º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E1E4 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 21 225 228 -
CMYK 0.91 0.01 0 0.11
HSL 180.87º 0.83% 0.49% -
HSV(B) 180.87º 0.91% 0.89% -
XYZ 41.24 59.61 82.73 -
YUV 164.35 163.91 25.76 -
System Red Green Blue C M Y K H S L
Decimal 21 225 228 0.91 0.01 0 0.11 180.87 0.83 0.49
Hex 15 E1 E4 5B 1 0 B B5 53 31
Octal 25 341 344 133 1 0 13 265 123 61
Binary 10101 11100001 11100100 1011011 1 0 1011 10110101 1010011 110001

Color Harmonies of #15E1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E1E4

Black with #15E1E4

Text Example


Text Example

White with #15E1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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