Html Css Color HEX #15FBE1 Bright Turquoise

📋 copy color: '#15FBE1'

red 21 ◦ green 251 ◦ blue 225

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

Shades of Bright Turquoise #15FBE1

Tints of Bright Turquoise #15FBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.27%

R = 4.23%
G = 50.5%
B = 45.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#15FBE1 (or 0x15FBE1) is known color: Bright Turquoise. HEX triplet: 15, FB and E1. RGB value is (21,251,225). Sum of RGB (Red+Green+Blue) = 21+251+225=497 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.23% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #15FBE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FBE1 is #EA041E. Grayscale: #B3B3B3. Windows color (decimal): -15336479 or 14809877. OLE color: 14809877.

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

Color convert

RGB 21 251 225 -
CMYK 0.92 0 0.10 0.02
HSL 173.22º 0.97% 0.53% -
HSV(B) 173.22º 0.92% 0.98% -
XYZ 48.4 74.59 83.08 -
YUV 179.27 153.8 15.11 -
System Red Green Blue C M Y K H S L
Decimal 21 251 225 0.92 0 0.10 0.02 173.22 0.97 0.53
Hex 15 FB E1 5C 0 A 2 AD 61 35
Octal 25 373 341 134 0 12 2 255 141 65
Binary 10101 11111011 11100001 1011100 0 1010 10 10101101 1100001 110101

Color Harmonies of #15FBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FBE1

Black with #15FBE1

Text Example


Text Example

White with #15FBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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