Html Css Color HEX #56EDF0 Turquoise Blue

📋 copy color: '#56EDF0'

red 86 ◦ green 237 ◦ blue 240

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

Shades of Turquoise Blue #56EDF0

Tints of Turquoise Blue #56EDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.63%

R = 15.28%
G = 42.1%
B = 42.63%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#56EDF0 (or 0x56EDF0) is known color: Turquoise Blue. HEX triplet: 56, ED and F0. RGB value is (86,237,240). Sum of RGB (Red+Green+Blue) = 86+237+240=563 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.28% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #56EDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EDF0 is #A9120F. Grayscale: #C0C0C0. Windows color (decimal): -11080208 or 15789398. OLE color: 15789398.

HSL color Cylindrical-coordinate representation of color #56EDF0: hue angle of 181.17º degrees, saturation: 0.84, 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 #56EDF0 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 237 240 -
CMYK 0.64 0.01 0 0.06
HSL 181.17º 0.84% 0.64% -
HSV(B) 181.17º 0.64% 0.94% -
XYZ 49.85 68.84 93.1 -
YUV 192.19 154.97 52.26 -
System Red Green Blue C M Y K H S L
Decimal 86 237 240 0.64 0.01 0 0.06 181.17 0.84 0.64
Hex 56 ED F0 40 1 0 6 B5 54 40
Octal 126 355 360 100 1 0 6 265 124 100
Binary 1010110 11101101 11110000 1000000 1 0 110 10110101 1010100 1000000

Color Harmonies of #56EDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EDF0

Black with #56EDF0

Text Example


Text Example

White with #56EDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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