Html Css Color HEX #56DAE6 Turquoise Blue

📋 copy color: '#56DAE6'

red 86 ◦ green 218 ◦ blue 230

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

Shades of Turquoise Blue #56DAE6

Tints of Turquoise Blue #56DAE6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.82%

 BLUE value IS 230 (90.23% from 255) = 43.07%

R = 16.1%
G = 40.82%
B = 43.07%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#56DAE6 (or 0x56DAE6) is known color: Turquoise Blue. HEX triplet: 56, DA and E6. RGB value is (86,218,230). Sum of RGB (Red+Green+Blue) = 86+218+230=534 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.10% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #56DAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DAE6 is #A92519. Grayscale: #B3B3B3. Windows color (decimal): -11085082 or 15129174. OLE color: 15129174.

HSL color Cylindrical-coordinate representation of color #56DAE6: hue angle of 185º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56DAE6 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 86 218 230 -
CMYK 0.63 0.05 0 0.10
HSL 185º 0.74% 0.62% -
HSV(B) 185º 0.63% 0.9% -
XYZ 43.19 57.83 83.75 -
YUV 179.9 156.27 61.02 -
System Red Green Blue C M Y K H S L
Decimal 86 218 230 0.63 0.05 0 0.10 185 0.74 0.62
Hex 56 DA E6 3F 5 0 A B9 4A 3E
Octal 126 332 346 77 5 0 12 271 112 76
Binary 1010110 11011010 11100110 111111 101 0 1010 10111001 1001010 111110

Color Harmonies of #56DAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DAE6

Black with #56DAE6

Text Example


Text Example

White with #56DAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,218,230); }

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

background-color css

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

 a { background-color: rgb(86,218,230); }

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

border-color css

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

 span { border-color: rgb(86,218,230); }

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