Html Css Color HEX #56CEBE Medium Turquoise

📋 copy color: '#56CEBE'

red 86 ◦ green 206 ◦ blue 190

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

Shades of Medium Turquoise #56CEBE

Tints of Medium Turquoise #56CEBE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.74%

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

R = 17.84%
G = 42.74%
B = 39.42%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#56CEBE (or 0x56CEBE) is known color: Medium Turquoise. HEX triplet: 56, CE and BE. RGB value is (86,206,190). Sum of RGB (Red+Green+Blue) = 86+206+190=482 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.84% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #56CEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CEBE is #A93141. Grayscale: #A8A8A8. Windows color (decimal): -11088194 or 12504662. OLE color: 12504662.

HSL color Cylindrical-coordinate representation of color #56CEBE: hue angle of 172º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CEBE is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 206 190 -
CMYK 0.58 0 0.08 0.19
HSL 172º 0.55% 0.57% -
HSV(B) 172º 0.58% 0.81% -
XYZ 35.2 49.84 56.48 -
YUV 168.3 140.24 69.3 -
System Red Green Blue C M Y K H S L
Decimal 86 206 190 0.58 0 0.08 0.19 172 0.55 0.57
Hex 56 CE BE 3A 0 8 13 AC 37 39
Octal 126 316 276 72 0 10 23 254 67 71
Binary 1010110 11001110 10111110 111010 0 1000 10011 10101100 110111 111001

Color Harmonies of #56CEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56CEBE

Black with #56CEBE

Text Example


Text Example

White with #56CEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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