Html Css Color HEX #15ECDB Bright Turquoise

📋 copy color: '#15ECDB'

red 21 ◦ green 236 ◦ blue 219

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

Shades of Bright Turquoise #15ECDB

Tints of Bright Turquoise #15ECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.58%

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 4.41%
G = 49.58%
B = 46.01%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#15ECDB (or 0x15ECDB) is known color: Bright Turquoise. HEX triplet: 15, EC and DB. RGB value is (21,236,219). Sum of RGB (Red+Green+Blue) = 21+236+219=476 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.41% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECDB is #EA1324. Grayscale: #A9A9A9. Windows color (decimal): -15340325 or 14412821. OLE color: 14412821.

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

Color convert

RGB 21 236 219 -
CMYK 0.91 0 0.07 0.07
HSL 175.26º 0.85% 0.5% -
HSV(B) 175.26º 0.91% 0.93% -
XYZ 43.09 65.26 77.34 -
YUV 169.78 155.77 21.88 -
System Red Green Blue C M Y K H S L
Decimal 21 236 219 0.91 0 0.07 0.07 175.26 0.85 0.5
Hex 15 EC DB 5B 0 7 7 AF 55 32
Octal 25 354 333 133 0 7 7 257 125 62
Binary 10101 11101100 11011011 1011011 0 111 111 10101111 1010101 110010

Color Harmonies of #15ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ECDB

Black with #15ECDB

Text Example


Text Example

White with #15ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,236,219); }

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

background-color css

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

 a { background-color: rgb(21,236,219); }

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

border-color css

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

 span { border-color: rgb(21,236,219); }

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