Html Css Color HEX #56EBBE Turquoise

📋 copy color: '#56EBBE'

red 86 ◦ green 235 ◦ blue 190

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

Shades of Turquoise #56EBBE

Tints of Turquoise #56EBBE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.99%

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 16.83%
G = 45.99%
B = 37.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#56EBBE (or 0x56EBBE) is known color: Turquoise. HEX triplet: 56, EB and BE. RGB value is (86,235,190). Sum of RGB (Red+Green+Blue) = 86+235+190=511 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.83% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #56EBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EBBE is #A91441. Grayscale: #B9B9B9. Windows color (decimal): -11080770 or 12512086. OLE color: 12512086.

HSL color Cylindrical-coordinate representation of color #56EBBE: hue angle of 161.88º degrees, saturation: 0.79, 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 #56EBBE is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 235 190 -
CMYK 0.63 0 0.19 0.08
HSL 161.88º 0.79% 0.63% -
HSV(B) 161.88º 0.63% 0.92% -
XYZ 42.84 65.11 59.03 -
YUV 185.32 130.64 57.16 -
System Red Green Blue C M Y K H S L
Decimal 86 235 190 0.63 0 0.19 0.08 161.88 0.79 0.63
Hex 56 EB BE 3F 0 13 8 A2 4F 3F
Octal 126 353 276 77 0 23 10 242 117 77
Binary 1010110 11101011 10111110 111111 0 10011 1000 10100010 1001111 111111

Color Harmonies of #56EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56EBBE

Black with #56EBBE

Text Example


Text Example

White with #56EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,235,190); }

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

background-color css

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

 a { background-color: rgb(86,235,190); }

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

border-color css

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

 span { border-color: rgb(86,235,190); }

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