Html Css Color HEX #15EDD1 Bright Turquoise

📋 copy color: '#15EDD1'

red 21 ◦ green 237 ◦ blue 209

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

Shades of Bright Turquoise #15EDD1

Tints of Bright Turquoise #15EDD1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.75%

 BLUE value IS 209 (82.03% from 255) = 44.75%

R = 4.5%
G = 50.75%
B = 44.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#15EDD1 (or 0x15EDD1) is known color: Bright Turquoise. HEX triplet: 15, ED and D1. RGB value is (21,237,209). Sum of RGB (Red+Green+Blue) = 21+237+209=467 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.50% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #15EDD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EDD1 is #EA122E. Grayscale: #A9A9A9. Windows color (decimal): -15340079 or 13757717. OLE color: 13757717.

HSL color Cylindrical-coordinate representation of color #15EDD1: hue angle of 172.22º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EDD1 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 237 209 -
CMYK 0.91 0 0.12 0.07
HSL 172.22º 0.86% 0.51% -
HSV(B) 172.22º 0.91% 0.93% -
XYZ 42.1 65.33 70.71 -
YUV 169.22 150.44 22.28 -
System Red Green Blue C M Y K H S L
Decimal 21 237 209 0.91 0 0.12 0.07 172.22 0.86 0.51
Hex 15 ED D1 5B 0 C 7 AC 56 33
Octal 25 355 321 133 0 14 7 254 126 63
Binary 10101 11101101 11010001 1011011 0 1100 111 10101100 1010110 110011

Color Harmonies of #15EDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EDD1

Black with #15EDD1

Text Example


Text Example

White with #15EDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,237,209); }

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

background-color css

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

 a { background-color: rgb(21,237,209); }

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

border-color css

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

 span { border-color: rgb(21,237,209); }

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