Html Css Color HEX #15FAE8 Bright Turquoise

📋 copy color: '#15FAE8'

red 21 ◦ green 250 ◦ blue 232

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

Shades of Bright Turquoise #15FAE8

Tints of Bright Turquoise #15FAE8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.7%

 BLUE value IS 232 (91.02% from 255) = 46.12%

R = 4.17%
G = 49.7%
B = 46.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#15FAE8 (or 0x15FAE8) is known color: Bright Turquoise. HEX triplet: 15, FA and E8. RGB value is (21,250,232). Sum of RGB (Red+Green+Blue) = 21+250+232=503 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.17% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #15FAE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FAE8 is #EA0517. Grayscale: #B3B3B3. Windows color (decimal): -15336728 or 15268373. OLE color: 15268373.

HSL color Cylindrical-coordinate representation of color #15FAE8: hue angle of 175.28º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FAE8 is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 250 232 -
CMYK 0.92 0 0.07 0.02
HSL 175.28º 0.96% 0.53% -
HSV(B) 175.28º 0.92% 0.98% -
XYZ 49.06 74.36 88.11 -
YUV 179.48 157.63 14.96 -
System Red Green Blue C M Y K H S L
Decimal 21 250 232 0.92 0 0.07 0.02 175.28 0.96 0.53
Hex 15 FA E8 5C 0 7 2 AF 60 35
Octal 25 372 350 134 0 7 2 257 140 65
Binary 10101 11111010 11101000 1011100 0 111 10 10101111 1100000 110101

Color Harmonies of #15FAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FAE8

Black with #15FAE8

Text Example


Text Example

White with #15FAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,250,232); }

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

background-color css

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

 a { background-color: rgb(21,250,232); }

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

border-color css

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

 span { border-color: rgb(21,250,232); }

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