Html Css Color HEX #15FBF0 Aqua

📋 copy color: '#15FBF0'

red 21 ◦ green 251 ◦ blue 240

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

Shades of Aqua #15FBF0

Tints of Aqua #15FBF0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.02%

 BLUE value IS 240 (94.14% from 255) = 46.88%

R = 4.1%
G = 49.02%
B = 46.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#15FBF0 (or 0x15FBF0) is known color: Aqua. HEX triplet: 15, FB and F0. RGB value is (21,251,240). Sum of RGB (Red+Green+Blue) = 21+251+240=512 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.10% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #15FBF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FBF0 is #EA040F. Grayscale: #B4B4B4. Windows color (decimal): -15336464 or 15792917. OLE color: 15792917.

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

Color convert

RGB 21 251 240 -
CMYK 0.92 0 0.04 0.02
HSL 177.13º 0.97% 0.53% -
HSV(B) 177.13º 0.92% 0.98% -
XYZ 50.53 75.45 94.34 -
YUV 180.98 161.3 13.89 -
System Red Green Blue C M Y K H S L
Decimal 21 251 240 0.92 0 0.04 0.02 177.13 0.97 0.53
Hex 15 FB F0 5C 0 4 2 B1 61 35
Octal 25 373 360 134 0 4 2 261 141 65
Binary 10101 11111011 11110000 1011100 0 100 10 10110001 1100001 110101

Color Harmonies of #15FBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FBF0

Black with #15FBF0

Text Example


Text Example

White with #15FBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,251,240); }

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

background-color css

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

 a { background-color: rgb(21,251,240); }

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

border-color css

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

 span { border-color: rgb(21,251,240); }

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