Html Css Color HEX #15FDE1 Bright Turquoise

📋 copy color: '#15FDE1'

red 21 ◦ green 253 ◦ blue 225

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

Shades of Bright Turquoise #15FDE1

Tints of Bright Turquoise #15FDE1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.7%

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

R = 4.21%
G = 50.7%
B = 45.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#15FDE1 (or 0x15FDE1) is known color: Bright Turquoise. HEX triplet: 15, FD and E1. RGB value is (21,253,225). Sum of RGB (Red+Green+Blue) = 21+253+225=499 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.21% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #15FDE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FDE1 is #EA021E. Grayscale: #B4B4B4. Windows color (decimal): -15335967 or 14810389. OLE color: 14810389.

HSL color Cylindrical-coordinate representation of color #15FDE1: hue angle of 172.76º degrees, saturation: 0.98, 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 #15FDE1 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 253 225 -
CMYK 0.92 0 0.11 0.01
HSL 172.76º 0.98% 0.54% -
HSV(B) 172.76º 0.92% 0.99% -
XYZ 49.03 75.85 83.29 -
YUV 180.44 153.14 14.28 -
System Red Green Blue C M Y K H S L
Decimal 21 253 225 0.92 0 0.11 0.01 172.76 0.98 0.54
Hex 15 FD E1 5C 0 B 1 AD 62 36
Octal 25 375 341 134 0 13 1 255 142 66
Binary 10101 11111101 11100001 1011100 0 1011 1 10101101 1100010 110110

Color Harmonies of #15FDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FDE1

Black with #15FDE1

Text Example


Text Example

White with #15FDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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