Html Css Color HEX #15FADD Bright Turquoise

📋 copy color: '#15FADD'

red 21 ◦ green 250 ◦ blue 221

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

Shades of Bright Turquoise #15FADD

Tints of Bright Turquoise #15FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 4.27%
G = 50.81%
B = 44.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#15FADD (or 0x15FADD) is known color: Bright Turquoise. HEX triplet: 15, FA and DD. RGB value is (21,250,221). Sum of RGB (Red+Green+Blue) = 21+250+221=492 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.27% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #15FADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FADD is #EA0522. Grayscale: #B2B2B2. Windows color (decimal): -15336739 or 14547477. OLE color: 14547477.

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

Color convert

RGB 21 250 221 -
CMYK 0.92 0 0.12 0.02
HSL 172.4º 0.96% 0.53% -
HSV(B) 172.4º 0.92% 0.98% -
XYZ 47.55 73.75 80.14 -
YUV 178.22 152.13 15.86 -
System Red Green Blue C M Y K H S L
Decimal 21 250 221 0.92 0 0.12 0.02 172.4 0.96 0.53
Hex 15 FA DD 5C 0 C 2 AC 60 35
Octal 25 372 335 134 0 14 2 254 140 65
Binary 10101 11111010 11011101 1011100 0 1100 10 10101100 1100000 110101

Color Harmonies of #15FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FADD

Black with #15FADD

Text Example


Text Example

White with #15FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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