Html Css Color HEX #56EDDA Turquoise

📋 copy color: '#56EDDA'

red 86 ◦ green 237 ◦ blue 218

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

Shades of Turquoise #56EDDA

Tints of Turquoise #56EDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.81%

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 15.9%
G = 43.81%
B = 40.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#56EDDA (or 0x56EDDA) is known color: Turquoise. HEX triplet: 56, ED and DA. RGB value is (86,237,218). Sum of RGB (Red+Green+Blue) = 86+237+218=541 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.90% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #56EDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EDDA is #A91225. Grayscale: #BDBDBD. Windows color (decimal): -11080230 or 14347606. OLE color: 14347606.

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

Color convert

RGB 86 237 218 -
CMYK 0.64 0 0.08 0.07
HSL 172.45º 0.81% 0.63% -
HSV(B) 172.45º 0.64% 0.93% -
XYZ 46.78 67.61 76.91 -
YUV 189.69 143.97 54.04 -
System Red Green Blue C M Y K H S L
Decimal 86 237 218 0.64 0 0.08 0.07 172.45 0.81 0.63
Hex 56 ED DA 40 0 8 7 AC 51 3F
Octal 126 355 332 100 0 10 7 254 121 77
Binary 1010110 11101101 11011010 1000000 0 1000 111 10101100 1010001 111111

Color Harmonies of #56EDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EDDA

Black with #56EDDA

Text Example


Text Example

White with #56EDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,237,218); }

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

background-color css

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

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

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

border-color css

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

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

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