Html Css Color HEX #15FAC7 Bright Turquoise

📋 copy color: '#15FAC7'

red 21 ◦ green 250 ◦ blue 199

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

Shades of Bright Turquoise #15FAC7

Tints of Bright Turquoise #15FAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.34%

R = 4.47%
G = 53.19%
B = 42.34%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#15FAC7 (or 0x15FAC7) is known color: Bright Turquoise. HEX triplet: 15, FA and C7. RGB value is (21,250,199). Sum of RGB (Red+Green+Blue) = 21+250+199=470 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.47% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #15FAC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FAC7 is #EA0538. Grayscale: #AFAFAF. Windows color (decimal): -15336761 or 13105685. OLE color: 13105685.

HSL color Cylindrical-coordinate representation of color #15FAC7: hue angle of 166.64º 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 #15FAC7 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 250 199 -
CMYK 0.92 0 0.20 0.02
HSL 166.64º 0.96% 0.53% -
HSV(B) 166.64º 0.92% 0.98% -
XYZ 44.8 72.65 65.7 -
YUV 175.72 141.13 17.65 -
System Red Green Blue C M Y K H S L
Decimal 21 250 199 0.92 0 0.20 0.02 166.64 0.96 0.53
Hex 15 FA C7 5C 0 14 2 A7 60 35
Octal 25 372 307 134 0 24 2 247 140 65
Binary 10101 11111010 11000111 1011100 0 10100 10 10100111 1100000 110101

Color Harmonies of #15FAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FAC7

Black with #15FAC7

Text Example


Text Example

White with #15FAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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