Html Css Color HEX #56E8DB Turquoise

📋 copy color: '#56E8DB'

red 86 ◦ green 232 ◦ blue 219

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

Shades of Turquoise #56E8DB

Tints of Turquoise #56E8DB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.2%

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

R = 16.01%
G = 43.2%
B = 40.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#56E8DB (or 0x56E8DB) is known color: Turquoise. HEX triplet: 56, E8 and DB. RGB value is (86,232,219). Sum of RGB (Red+Green+Blue) = 86+232+219=537 (71% of max value = 765). Red value is 86 (33.98% from 255 or 16.01% from 537); Green value is 232 (91.02% from 255 or 43.20% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 232 - color contains mainly: green. Hex color #56E8DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56E8DB is #A91724. Grayscale: #BABABA. Windows color (decimal): -11081509 or 14411862. OLE color: 14411862.

HSL color Cylindrical-coordinate representation of color #56E8DB: hue angle of 174.66º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56E8DB is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 86 232 219 -
CMYK 0.63 0 0.06 0.09
HSL 174.66º 0.76% 0.62% -
HSV(B) 174.66º 0.63% 0.91% -
XYZ 45.48 64.81 77.13 -
YUV 186.86 146.13 56.06 -
System Red Green Blue C M Y K H S L
Decimal 86 232 219 0.63 0 0.06 0.09 174.66 0.76 0.62
Hex 56 E8 DB 3F 0 6 9 AF 4C 3E
Octal 126 350 333 77 0 6 11 257 114 76
Binary 1010110 11101000 11011011 111111 0 110 1001 10101111 1001100 111110

Color Harmonies of #56E8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56E8DB

Black with #56E8DB

Text Example


Text Example

White with #56E8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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