Html Css Color HEX #15FFE5 Bright Turquoise

📋 copy color: '#15FFE5'

red 21 ◦ green 255 ◦ blue 229

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

Shades of Bright Turquoise #15FFE5

Tints of Bright Turquoise #15FFE5

RGB

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

 GREEN value IS 255 (100% from 255) = 50.5%

 BLUE value IS 229 (89.84% from 255) = 45.35%

R = 4.16%
G = 50.5%
B = 45.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#15FFE5 (or 0x15FFE5) is known color: Bright Turquoise. HEX triplet: 15, FF and E5. RGB value is (21,255,229). Sum of RGB (Red+Green+Blue) = 21+255+229=505 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.16% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FFE5 is #EA001A. Grayscale: #B5B5B5. Windows color (decimal): -15335451 or 15073045. OLE color: 15073045.

HSL color Cylindrical-coordinate representation of color #15FFE5: hue angle of 173.33º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FFE5 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 21 255 229 -
CMYK 0.92 0 0.10 0
HSL 173.33º 1% 0.54% -
HSV(B) 173.33º 0.92% 1% -
XYZ 50.21 77.34 86.41 -
YUV 182.07 154.48 13.11 -
System Red Green Blue C M Y K H S L
Decimal 21 255 229 0.92 0 0.10 0 173.33 1 0.54
Hex 15 FF E5 5C 0 A 0 AD 64 36
Octal 25 377 345 134 0 12 0 255 144 66
Binary 10101 11111111 11100101 1011100 0 1010 0 10101101 1100100 110110

Color Harmonies of #15FFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FFE5

Black with #15FFE5

Text Example


Text Example

White with #15FFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,255,229); }

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

background-color css

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

 a { background-color: rgb(21,255,229); }

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

border-color css

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

 span { border-color: rgb(21,255,229); }

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