Html Css Color HEX #15FCDA Bright Turquoise

📋 copy color: '#15FCDA'

red 21 ◦ green 252 ◦ blue 218

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

Shades of Bright Turquoise #15FCDA

Tints of Bright Turquoise #15FCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 4.28%
G = 51.32%
B = 44.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#15FCDA (or 0x15FCDA) is known color: Bright Turquoise. HEX triplet: 15, FC and DA. RGB value is (21,252,218). Sum of RGB (Red+Green+Blue) = 21+252+218=491 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.28% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #15FCDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FCDA is #EA0325. Grayscale: #B2B2B2. Windows color (decimal): -15336230 or 14351381. OLE color: 14351381.

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

Color convert

RGB 21 252 218 -
CMYK 0.92 0 0.13 0.01
HSL 171.17º 0.97% 0.54% -
HSV(B) 171.17º 0.92% 0.99% -
XYZ 47.77 74.84 78.26 -
YUV 179.06 149.97 15.26 -
System Red Green Blue C M Y K H S L
Decimal 21 252 218 0.92 0 0.13 0.01 171.17 0.97 0.54
Hex 15 FC DA 5C 0 D 1 AB 61 36
Octal 25 374 332 134 0 15 1 253 141 66
Binary 10101 11111100 11011010 1011100 0 1101 1 10101011 1100001 110110

Color Harmonies of #15FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FCDA

Black with #15FCDA

Text Example


Text Example

White with #15FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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