Html Css Color HEX #56D7EF Turquoise Blue

📋 copy color: '#56D7EF'

red 86 ◦ green 215 ◦ blue 239

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

Shades of Turquoise Blue #56D7EF

Tints of Turquoise Blue #56D7EF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.81%

 BLUE value IS 239 (93.75% from 255) = 44.26%

R = 15.93%
G = 39.81%
B = 44.26%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#56D7EF (or 0x56D7EF) is known color: Turquoise Blue. HEX triplet: 56, D7 and EF. RGB value is (86,215,239). Sum of RGB (Red+Green+Blue) = 86+215+239=540 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.93% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #56D7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D7EF is #A92810. Grayscale: #B2B2B2. Windows color (decimal): -11085841 or 15718230. OLE color: 15718230.

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

Color convert

RGB 86 215 239 -
CMYK 0.64 0.10 0 0.06
HSL 189.41º 0.83% 0.64% -
HSV(B) 189.41º 0.64% 0.94% -
XYZ 43.72 56.81 90.32 -
YUV 179.17 161.76 61.55 -
System Red Green Blue C M Y K H S L
Decimal 86 215 239 0.64 0.10 0 0.06 189.41 0.83 0.64
Hex 56 D7 EF 40 A 0 6 BD 53 40
Octal 126 327 357 100 12 0 6 275 123 100
Binary 1010110 11010111 11101111 1000000 1010 0 110 10111101 1010011 1000000

Color Harmonies of #56D7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56D7EF

Black with #56D7EF

Text Example


Text Example

White with #56D7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,215,239); }

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

background-color css

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

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

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

border-color css

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

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

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