Html Css Color HEX #56EED0 Turquoise

📋 copy color: '#56EED0'

red 86 ◦ green 238 ◦ blue 208

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

Shades of Turquoise #56EED0

Tints of Turquoise #56EED0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.74%

 BLUE value IS 208 (81.64% from 255) = 39.1%

R = 16.17%
G = 44.74%
B = 39.1%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#56EED0 (or 0x56EED0) is known color: Turquoise. HEX triplet: 56, EE and D0. RGB value is (86,238,208). Sum of RGB (Red+Green+Blue) = 86+238+208=532 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.17% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #56EED0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EED0 is #A9112F. Grayscale: #BDBDBD. Windows color (decimal): -11079984 or 13692502. OLE color: 13692502.

HSL color Cylindrical-coordinate representation of color #56EED0: hue angle of 168.16º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EED0 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 238 208 -
CMYK 0.64 0 0.13 0.07
HSL 168.16º 0.82% 0.64% -
HSV(B) 168.16º 0.64% 0.93% -
XYZ 45.8 67.68 70.32 -
YUV 189.13 138.64 54.44 -
System Red Green Blue C M Y K H S L
Decimal 86 238 208 0.64 0 0.13 0.07 168.16 0.82 0.64
Hex 56 EE D0 40 0 D 7 A8 52 40
Octal 126 356 320 100 0 15 7 250 122 100
Binary 1010110 11101110 11010000 1000000 0 1101 111 10101000 1010010 1000000

Color Harmonies of #56EED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EED0

Black with #56EED0

Text Example


Text Example

White with #56EED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,238,208); }

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

background-color css

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

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

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

border-color css

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

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

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