Html Css Color HEX #15EFDB Bright Turquoise

📋 copy color: '#15EFDB'

red 21 ◦ green 239 ◦ blue 219

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

Shades of Bright Turquoise #15EFDB

Tints of Bright Turquoise #15EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.9%

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

R = 4.38%
G = 49.9%
B = 45.72%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#15EFDB (or 0x15EFDB) is known color: Bright Turquoise. HEX triplet: 15, EF and DB. RGB value is (21,239,219). Sum of RGB (Red+Green+Blue) = 21+239+219=479 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.38% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #15EFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EFDB is #EA1024. Grayscale: #ABABAB. Windows color (decimal): -15339557 or 14413589. OLE color: 14413589.

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

Color convert

RGB 21 239 219 -
CMYK 0.91 0 0.08 0.06
HSL 174.5º 0.87% 0.51% -
HSV(B) 174.5º 0.91% 0.94% -
XYZ 43.96 67.01 77.63 -
YUV 171.54 154.78 20.63 -
System Red Green Blue C M Y K H S L
Decimal 21 239 219 0.91 0 0.08 0.06 174.5 0.87 0.51
Hex 15 EF DB 5B 0 8 6 AE 57 33
Octal 25 357 333 133 0 10 6 256 127 63
Binary 10101 11101111 11011011 1011011 0 1000 110 10101110 1010111 110011

Color Harmonies of #15EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EFDB

Black with #15EFDB

Text Example


Text Example

White with #15EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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