Html Css Color HEX #56D7EA Turquoise Blue

📋 copy color: '#56D7EA'

red 86 ◦ green 215 ◦ blue 234

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

Shades of Turquoise Blue #56D7EA

Tints of Turquoise Blue #56D7EA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.19%

 BLUE value IS 234 (91.8% from 255) = 43.74%

R = 16.07%
G = 40.19%
B = 43.74%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#56D7EA (or 0x56D7EA) is known color: Turquoise Blue. HEX triplet: 56, D7 and EA. RGB value is (86,215,234). Sum of RGB (Red+Green+Blue) = 86+215+234=535 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.07% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #56D7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D7EA is #A92815. Grayscale: #B2B2B2. Windows color (decimal): -11085846 or 15390550. OLE color: 15390550.

HSL color Cylindrical-coordinate representation of color #56D7EA: hue angle of 187.7º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56D7EA is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 215 234 -
CMYK 0.63 0.08 0 0.08
HSL 187.7º 0.78% 0.63% -
HSV(B) 187.7º 0.63% 0.92% -
XYZ 42.99 56.52 86.49 -
YUV 178.6 159.26 61.96 -
System Red Green Blue C M Y K H S L
Decimal 86 215 234 0.63 0.08 0 0.08 187.7 0.78 0.63
Hex 56 D7 EA 3F 8 0 8 BC 4E 3F
Octal 126 327 352 77 10 0 10 274 116 77
Binary 1010110 11010111 11101010 111111 1000 0 1000 10111100 1001110 111111

Color Harmonies of #56D7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56D7EA

Black with #56D7EA

Text Example


Text Example

White with #56D7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,215,234); }

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

background-color css

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

 a { background-color: rgb(86,215,234); }

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

border-color css

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

 span { border-color: rgb(86,215,234); }

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