Html Css Color HEX #15EADC Bright Turquoise

📋 copy color: '#15EADC'

red 21 ◦ green 234 ◦ blue 220

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

Shades of Bright Turquoise #15EADC

Tints of Bright Turquoise #15EADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.26%

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 4.42%
G = 49.26%
B = 46.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#15EADC (or 0x15EADC) is known color: Bright Turquoise. HEX triplet: 15, EA and DC. RGB value is (21,234,220). Sum of RGB (Red+Green+Blue) = 21+234+220=475 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.42% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #15EADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EADC is #EA1523. Grayscale: #A8A8A8. Windows color (decimal): -15340836 or 14477845. OLE color: 14477845.

HSL color Cylindrical-coordinate representation of color #15EADC: hue angle of 176.06º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EADC is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 234 220 -
CMYK 0.91 0 0.06 0.08
HSL 176.06º 0.84% 0.5% -
HSV(B) 176.06º 0.91% 0.92% -
XYZ 42.65 64.17 77.85 -
YUV 168.72 156.93 22.64 -
System Red Green Blue C M Y K H S L
Decimal 21 234 220 0.91 0 0.06 0.08 176.06 0.84 0.5
Hex 15 EA DC 5B 0 6 8 B0 54 32
Octal 25 352 334 133 0 6 10 260 124 62
Binary 10101 11101010 11011100 1011011 0 110 1000 10110000 1010100 110010

Color Harmonies of #15EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EADC

Black with #15EADC

Text Example


Text Example

White with #15EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,234,220); }

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

background-color css

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

 a { background-color: rgb(21,234,220); }

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

border-color css

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

 span { border-color: rgb(21,234,220); }

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