Html Css Color HEX #56DDEC Turquoise Blue

📋 copy color: '#56DDEC'

red 86 ◦ green 221 ◦ blue 236

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

Shades of Turquoise Blue #56DDEC

Tints of Turquoise Blue #56DDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.7%

 BLUE value IS 236 (92.58% from 255) = 43.46%

R = 15.84%
G = 40.7%
B = 43.46%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#56DDEC (or 0x56DDEC) is known color: Turquoise Blue. HEX triplet: 56, DD and EC. RGB value is (86,221,236). Sum of RGB (Red+Green+Blue) = 86+221+236=543 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.84% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #56DDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DDEC is #A92213. Grayscale: #B6B6B6. Windows color (decimal): -11084308 or 15523158. OLE color: 15523158.

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

Color convert

RGB 86 221 236 -
CMYK 0.64 0.06 0 0.07
HSL 186º 0.8% 0.63% -
HSV(B) 186º 0.64% 0.93% -
XYZ 44.83 59.75 88.53 -
YUV 182.35 158.27 59.28 -
System Red Green Blue C M Y K H S L
Decimal 86 221 236 0.64 0.06 0 0.07 186 0.8 0.63
Hex 56 DD EC 40 6 0 7 BA 50 3F
Octal 126 335 354 100 6 0 7 272 120 77
Binary 1010110 11011101 11101100 1000000 110 0 111 10111010 1010000 111111

Color Harmonies of #56DDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DDEC

Black with #56DDEC

Text Example


Text Example

White with #56DDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,221,236); }

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

background-color css

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

 a { background-color: rgb(86,221,236); }

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

border-color css

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

 span { border-color: rgb(86,221,236); }

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