Html Css Color HEX #15FEE0 Bright Turquoise

📋 copy color: '#15FEE0'

red 21 ◦ green 254 ◦ blue 224

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

Shades of Bright Turquoise #15FEE0

Tints of Bright Turquoise #15FEE0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.9%

 BLUE value IS 224 (87.89% from 255) = 44.89%

R = 4.21%
G = 50.9%
B = 44.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#15FEE0 (or 0x15FEE0) is known color: Bright Turquoise. HEX triplet: 15, FE and E0. RGB value is (21,254,224). Sum of RGB (Red+Green+Blue) = 21+254+224=499 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.21% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #15FEE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FEE0 is #EA011F. Grayscale: #B4B4B4. Windows color (decimal): -15335712 or 14745109. OLE color: 14745109.

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

Color convert

RGB 21 254 224 -
CMYK 0.92 0 0.12 0.00
HSL 172.27º 0.99% 0.54% -
HSV(B) 172.27º 0.92% 1% -
XYZ 49.21 76.42 82.68 -
YUV 180.91 152.31 13.94 -
System Red Green Blue C M Y K H S L
Decimal 21 254 224 0.92 0 0.12 0.00 172.27 0.99 0.54
Hex 15 FE E0 5C 0 C 0 AC 63 36
Octal 25 376 340 134 0 14 0 254 143 66
Binary 10101 11111110 11100000 1011100 0 1100 0 10101100 1100011 110110

Color Harmonies of #15FEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FEE0

Black with #15FEE0

Text Example


Text Example

White with #15FEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,254,224); }

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

background-color css

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

 a { background-color: rgb(21,254,224); }

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

border-color css

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

 span { border-color: rgb(21,254,224); }

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