Html Css Color HEX #56DBE1 Turquoise Blue

📋 copy color: '#56DBE1'

red 86 ◦ green 219 ◦ blue 225

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

Shades of Turquoise Blue #56DBE1

Tints of Turquoise Blue #56DBE1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.32%

 BLUE value IS 225 (88.28% from 255) = 42.45%

R = 16.23%
G = 41.32%
B = 42.45%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#56DBE1 (or 0x56DBE1) is known color: Turquoise Blue. HEX triplet: 56, DB and E1. RGB value is (86,219,225). Sum of RGB (Red+Green+Blue) = 86+219+225=530 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.23% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #56DBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DBE1 is #A9241E. Grayscale: #B3B3B3. Windows color (decimal): -11084831 or 14801750. OLE color: 14801750.

HSL color Cylindrical-coordinate representation of color #56DBE1: hue angle of 182.59º degrees, saturation: 0.7, 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 #56DBE1 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 86 219 225 -
CMYK 0.62 0.03 0 0.12
HSL 182.59º 0.7% 0.61% -
HSV(B) 182.59º 0.62% 0.88% -
XYZ 42.76 58.08 80.19 -
YUV 179.92 153.44 61.01 -
System Red Green Blue C M Y K H S L
Decimal 86 219 225 0.62 0.03 0 0.12 182.59 0.7 0.61
Hex 56 DB E1 3E 3 0 C B7 46 3D
Octal 126 333 341 76 3 0 14 267 106 75
Binary 1010110 11011011 11100001 111110 11 0 1100 10110111 1000110 111101

Color Harmonies of #56DBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DBE1

Black with #56DBE1

Text Example


Text Example

White with #56DBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,219,225); }

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

background-color css

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

 a { background-color: rgb(86,219,225); }

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

border-color css

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

 span { border-color: rgb(86,219,225); }

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