Html Css Color HEX #56DCE2 Turquoise Blue

📋 copy color: '#56DCE2'

red 86 ◦ green 220 ◦ blue 226

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

Shades of Turquoise Blue #56DCE2

Tints of Turquoise Blue #56DCE2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.35%

 BLUE value IS 226 (88.67% from 255) = 42.48%

R = 16.17%
G = 41.35%
B = 42.48%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#56DCE2 (or 0x56DCE2) is known color: Turquoise Blue. HEX triplet: 56, DC and E2. RGB value is (86,220,226). Sum of RGB (Red+Green+Blue) = 86+220+226=532 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.17% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 226 - color contains mainly: blue. Hex color #56DCE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DCE2 is #A9231D. Grayscale: #B4B4B4. Windows color (decimal): -11084574 or 14867542. OLE color: 14867542.

HSL color Cylindrical-coordinate representation of color #56DCE2: hue angle of 182.57º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56DCE2 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 86 220 226 -
CMYK 0.62 0.03 0 0.11
HSL 182.57º 0.71% 0.61% -
HSV(B) 182.57º 0.62% 0.89% -
XYZ 43.16 58.66 81 -
YUV 180.62 153.61 60.51 -
System Red Green Blue C M Y K H S L
Decimal 86 220 226 0.62 0.03 0 0.11 182.57 0.71 0.61
Hex 56 DC E2 3E 3 0 B B7 47 3D
Octal 126 334 342 76 3 0 13 267 107 75
Binary 1010110 11011100 11100010 111110 11 0 1011 10110111 1000111 111101

Color Harmonies of #56DCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DCE2

Black with #56DCE2

Text Example


Text Example

White with #56DCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,220,226); }

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

background-color css

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

 a { background-color: rgb(86,220,226); }

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

border-color css

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

 span { border-color: rgb(86,220,226); }

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