Html Css Color HEX #15FABF Bright Turquoise

📋 copy color: '#15FABF'

red 21 ◦ green 250 ◦ blue 191

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

Shades of Bright Turquoise #15FABF

Tints of Bright Turquoise #15FABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.34%

R = 4.55%
G = 54.11%
B = 41.34%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#15FABF (or 0x15FABF) is known color: Bright Turquoise. HEX triplet: 15, FA and BF. RGB value is (21,250,191). Sum of RGB (Red+Green+Blue) = 21+250+191=462 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.55% from 462); Green value is 250 (98.05% from 255 or 54.11% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 250 - color contains mainly: green. Hex color #15FABF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FABF is #EA0540. Grayscale: #AEAEAE. Windows color (decimal): -15336769 or 12581397. OLE color: 12581397.

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

Color convert

RGB 21 250 191 -
CMYK 0.92 0 0.24 0.02
HSL 164.54º 0.96% 0.53% -
HSV(B) 164.54º 0.92% 0.98% -
XYZ 43.9 72.29 60.93 -
YUV 174.8 137.13 18.3 -
System Red Green Blue C M Y K H S L
Decimal 21 250 191 0.92 0 0.24 0.02 164.54 0.96 0.53
Hex 15 FA BF 5C 0 18 2 A5 60 35
Octal 25 372 277 134 0 30 2 245 140 65
Binary 10101 11111010 10111111 1011100 0 11000 10 10100101 1100000 110101

Color Harmonies of #15FABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FABF

Black with #15FABF

Text Example


Text Example

White with #15FABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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