Html Css Color HEX #15FCE2 Bright Turquoise

📋 copy color: '#15FCE2'

red 21 ◦ green 252 ◦ blue 226

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

Shades of Bright Turquoise #15FCE2

Tints of Bright Turquoise #15FCE2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.5%

 BLUE value IS 226 (88.67% from 255) = 45.29%

R = 4.21%
G = 50.5%
B = 45.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#15FCE2 (or 0x15FCE2) is known color: Bright Turquoise. HEX triplet: 15, FC and E2. RGB value is (21,252,226). Sum of RGB (Red+Green+Blue) = 21+252+226=499 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.21% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 226 (88.67% from 255 or 45.29% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #15FCE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FCE2 is #EA031D. Grayscale: #B3B3B3. Windows color (decimal): -15336222 or 14875669. OLE color: 14875669.

HSL color Cylindrical-coordinate representation of color #15FCE2: hue angle of 173.25º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FCE2 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 252 226 -
CMYK 0.92 0 0.10 0.01
HSL 173.25º 0.97% 0.54% -
HSV(B) 173.25º 0.92% 0.99% -
XYZ 48.85 75.27 83.91 -
YUV 179.97 153.97 14.61 -
System Red Green Blue C M Y K H S L
Decimal 21 252 226 0.92 0 0.10 0.01 173.25 0.97 0.54
Hex 15 FC E2 5C 0 A 1 AD 61 36
Octal 25 374 342 134 0 12 1 255 141 66
Binary 10101 11111100 11100010 1011100 0 1010 1 10101101 1100001 110110

Color Harmonies of #15FCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FCE2

Black with #15FCE2

Text Example


Text Example

White with #15FCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,252,226); }

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

background-color css

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

 a { background-color: rgb(21,252,226); }

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

border-color css

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

 span { border-color: rgb(21,252,226); }

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