Html Css Color HEX #15F8E1 Bright Turquoise

📋 copy color: '#15F8E1'

red 21 ◦ green 248 ◦ blue 225

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

Shades of Bright Turquoise #15F8E1

Tints of Bright Turquoise #15F8E1

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.2%

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

R = 4.25%
G = 50.2%
B = 45.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#15F8E1 (or 0x15F8E1) is known color: Bright Turquoise. HEX triplet: 15, F8 and E1. RGB value is (21,248,225). Sum of RGB (Red+Green+Blue) = 21+248+225=494 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.25% from 494); Green value is 248 (97.27% from 255 or 50.20% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 248 - color contains mainly: green. Hex color #15F8E1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F8E1 is #EA071E. Grayscale: #B1B1B1. Windows color (decimal): -15337247 or 14809109. OLE color: 14809109.

HSL color Cylindrical-coordinate representation of color #15F8E1: hue angle of 173.92º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15F8E1 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 248 225 -
CMYK 0.92 0 0.09 0.03
HSL 173.92º 0.94% 0.53% -
HSV(B) 173.92º 0.92% 0.97% -
XYZ 47.47 72.73 82.77 -
YUV 177.51 154.79 16.37 -
System Red Green Blue C M Y K H S L
Decimal 21 248 225 0.92 0 0.09 0.03 173.92 0.94 0.53
Hex 15 F8 E1 5C 0 9 3 AE 5E 35
Octal 25 370 341 134 0 11 3 256 136 65
Binary 10101 11111000 11100001 1011100 0 1001 11 10101110 1011110 110101

Color Harmonies of #15F8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15F8E1

Black with #15F8E1

Text Example


Text Example

White with #15F8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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