Html Css Color HEX #15FADE Bright Turquoise

📋 copy color: '#15FADE'

red 21 ◦ green 250 ◦ blue 222

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

Shades of Bright Turquoise #15FADE

Tints of Bright Turquoise #15FADE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.71%

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 4.26%
G = 50.71%
B = 45.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#15FADE (or 0x15FADE) is known color: Bright Turquoise. HEX triplet: 15, FA and DE. RGB value is (21,250,222). Sum of RGB (Red+Green+Blue) = 21+250+222=493 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.26% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #15FADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FADE is #EA0521. Grayscale: #B2B2B2. Windows color (decimal): -15336738 or 14613013. OLE color: 14613013.

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

Color convert

RGB 21 250 222 -
CMYK 0.92 0 0.11 0.02
HSL 172.66º 0.96% 0.53% -
HSV(B) 172.66º 0.92% 0.98% -
XYZ 47.68 73.8 80.84 -
YUV 178.34 152.63 15.78 -
System Red Green Blue C M Y K H S L
Decimal 21 250 222 0.92 0 0.11 0.02 172.66 0.96 0.53
Hex 15 FA DE 5C 0 B 2 AD 60 35
Octal 25 372 336 134 0 13 2 255 140 65
Binary 10101 11111010 11011110 1011100 0 1011 10 10101101 1100000 110101

Color Harmonies of #15FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FADE

Black with #15FADE

Text Example


Text Example

White with #15FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,250,222); }

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

background-color css

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

 a { background-color: rgb(21,250,222); }

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

border-color css

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

 span { border-color: rgb(21,250,222); }

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