Html Css Color HEX #56EFDB Turquoise

📋 copy color: '#56EFDB'

red 86 ◦ green 239 ◦ blue 219

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

Shades of Turquoise #56EFDB

Tints of Turquoise #56EFDB

RGB

 RED value IS 86 (33.98% from 255) = 15.81%

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

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

R = 15.81%
G = 43.93%
B = 40.26%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#56EFDB (or 0x56EFDB) is known color: Turquoise. HEX triplet: 56, EF and DB. RGB value is (86,239,219). Sum of RGB (Red+Green+Blue) = 86+239+219=544 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.81% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #56EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EFDB is #A91024. Grayscale: #BEBEBE. Windows color (decimal): -11079717 or 14413654. OLE color: 14413654.

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

Color convert

RGB 86 239 219 -
CMYK 0.64 0 0.08 0.06
HSL 172.16º 0.83% 0.64% -
HSV(B) 172.16º 0.64% 0.94% -
XYZ 47.49 68.83 77.8 -
YUV 190.97 143.81 53.13 -
System Red Green Blue C M Y K H S L
Decimal 86 239 219 0.64 0 0.08 0.06 172.16 0.83 0.64
Hex 56 EF DB 40 0 8 6 AC 53 40
Octal 126 357 333 100 0 10 6 254 123 100
Binary 1010110 11101111 11011011 1000000 0 1000 110 10101100 1010011 1000000

Color Harmonies of #56EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EFDB

Black with #56EFDB

Text Example


Text Example

White with #56EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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