Html Css Color HEX #15E0DB Bright Turquoise

📋 copy color: '#15E0DB'

red 21 ◦ green 224 ◦ blue 219

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

Shades of Bright Turquoise #15E0DB

Tints of Bright Turquoise #15E0DB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.28%

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

R = 4.53%
G = 48.28%
B = 47.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#15E0DB (or 0x15E0DB) is known color: Bright Turquoise. HEX triplet: 15, E0 and DB. RGB value is (21,224,219). Sum of RGB (Red+Green+Blue) = 21+224+219=464 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.53% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #15E0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15E0DB is #EA1F24. Grayscale: #A2A2A2. Windows color (decimal): -15343397 or 14409749. OLE color: 14409749.

HSL color Cylindrical-coordinate representation of color #15E0DB: hue angle of 178.52º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E0DB is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 224 219 -
CMYK 0.91 0 0.02 0.12
HSL 178.52º 0.83% 0.48% -
HSV(B) 178.52º 0.91% 0.88% -
XYZ 39.75 58.59 76.23 -
YUV 162.73 159.75 26.91 -
System Red Green Blue C M Y K H S L
Decimal 21 224 219 0.91 0 0.02 0.12 178.52 0.83 0.48
Hex 15 E0 DB 5B 0 2 C B3 53 30
Octal 25 340 333 133 0 2 14 263 123 60
Binary 10101 11100000 11011011 1011011 0 10 1100 10110011 1010011 110000

Color Harmonies of #15E0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E0DB

Black with #15E0DB

Text Example


Text Example

White with #15E0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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