Html Css Color HEX #56DBDB Medium Turquoise

📋 copy color: '#56DBDB'

red 86 ◦ green 219 ◦ blue 219

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

Shades of Medium Turquoise #56DBDB

Tints of Medium Turquoise #56DBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.79%

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

R = 16.41%
G = 41.79%
B = 41.79%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#56DBDB (or 0x56DBDB) is known color: Medium Turquoise. HEX triplet: 56, DB and DB. RGB value is (86,219,219). Sum of RGB (Red+Green+Blue) = 86+219+219=524 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.41% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #56DBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DBDB is #A92424. Grayscale: #B3B3B3. Windows color (decimal): -11084837 or 14408534. OLE color: 14408534.

HSL color Cylindrical-coordinate representation of color #56DBDB: hue angle of 180º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DBDB is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 219 219 -
CMYK 0.61 0 0 0.14
HSL 180º 0.65% 0.6% -
HSV(B) 180º 0.61% 0.86% -
XYZ 41.96 57.76 75.95 -
YUV 179.23 150.44 61.5 -
System Red Green Blue C M Y K H S L
Decimal 86 219 219 0.61 0 0 0.14 180 0.65 0.6
Hex 56 DB DB 3D 0 0 E B4 41 3C
Octal 126 333 333 75 0 0 16 264 101 74
Binary 1010110 11011011 11011011 111101 0 0 1110 10110100 1000001 111100

Color Harmonies of #56DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DBDB

Black with #56DBDB

Text Example


Text Example

White with #56DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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