Html Css Color HEX #15EBDB Bright Turquoise

📋 copy color: '#15EBDB'

red 21 ◦ green 235 ◦ blue 219

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

Shades of Bright Turquoise #15EBDB

Tints of Bright Turquoise #15EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.47%

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

R = 4.42%
G = 49.47%
B = 46.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#15EBDB (or 0x15EBDB) is known color: Bright Turquoise. HEX triplet: 15, EB and DB. RGB value is (21,235,219). Sum of RGB (Red+Green+Blue) = 21+235+219=475 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.42% from 475); Green value is 235 (92.19% from 255 or 49.47% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 235 - color contains mainly: green. Hex color #15EBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EBDB is #EA1424. Grayscale: #A9A9A9. Windows color (decimal): -15340581 or 14412565. OLE color: 14412565.

HSL color Cylindrical-coordinate representation of color #15EBDB: hue angle of 175.51º 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 #15EBDB is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 235 219 -
CMYK 0.91 0 0.07 0.08
HSL 175.51º 0.84% 0.5% -
HSV(B) 175.51º 0.91% 0.92% -
XYZ 42.8 64.69 77.25 -
YUV 169.19 156.1 22.3 -
System Red Green Blue C M Y K H S L
Decimal 21 235 219 0.91 0 0.07 0.08 175.51 0.84 0.5
Hex 15 EB DB 5B 0 7 8 B0 54 32
Octal 25 353 333 133 0 7 10 260 124 62
Binary 10101 11101011 11011011 1011011 0 111 1000 10110000 1010100 110010

Color Harmonies of #15EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EBDB

Black with #15EBDB

Text Example


Text Example

White with #15EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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