Html Css Color HEX #56DCE0 Turquoise Blue

📋 copy color: '#56DCE0'

red 86 ◦ green 220 ◦ blue 224

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

Shades of Turquoise Blue #56DCE0

Tints of Turquoise Blue #56DCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.26%

R = 16.23%
G = 41.51%
B = 42.26%

CMYK

 C value IS 0.62

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#56DCE0 (or 0x56DCE0) is known color: Turquoise Blue. HEX triplet: 56, DC and E0. RGB value is (86,220,224). Sum of RGB (Red+Green+Blue) = 86+220+224=530 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.23% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #56DCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DCE0 is #A9231F. Grayscale: #B4B4B4. Windows color (decimal): -11084576 or 14736470. OLE color: 14736470.

HSL color Cylindrical-coordinate representation of color #56DCE0: hue angle of 181.74º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56DCE0 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 86 220 224 -
CMYK 0.62 0.02 0 0.12
HSL 181.74º 0.69% 0.61% -
HSV(B) 181.74º 0.62% 0.88% -
XYZ 42.89 58.55 79.56 -
YUV 180.39 152.61 60.67 -
System Red Green Blue C M Y K H S L
Decimal 86 220 224 0.62 0.02 0 0.12 181.74 0.69 0.61
Hex 56 DC E0 3E 2 0 C B6 45 3D
Octal 126 334 340 76 2 0 14 266 105 75
Binary 1010110 11011100 11100000 111110 10 0 1100 10110110 1000101 111101

Color Harmonies of #56DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DCE0

Black with #56DCE0

Text Example


Text Example

White with #56DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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